Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions picozero/picozero.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,8 +1543,8 @@ class DigitalInputDevice(InputDevice, PinMixin):
The pin that the device is connected to.

:param bool pull_up:
If :data:`True` (the default), the device will be pulled up to
HIGH. If :data:`False`, the device will be pulled down to LOW.
If :data:`True`, the device will be pulled up to HIGH. If
:data:`False` (the default), the device will be pulled down to LOW.

:param bool active_state:
If :data:`True` (the default), the device will return :data:`True`
Expand Down