Files
python-gpiozero/gpiozero
Dave Jones 924850ccde Fix #66
This PR adds the `active_high` parameter (defaulted to `True`) to the
`OutputDevice` class. This permits flipping the logic of an output
device in a similar manner to `pull_up` on `InputDevice`.

It also adds a `Relay` class derived from `DigitalOutputDevice` which
uses this parameter to flip the logic (as this is typically required
with relays).
2015-10-14 12:10:36 +01:00
..
2015-10-05 12:08:55 +01:00
2015-10-13 22:00:09 +01:00
2015-10-14 12:10:36 +01:00