We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28686b6 + 1fceac3 commit 07216f2Copy full SHA for 07216f2
picozero/picozero.py
@@ -1543,8 +1543,8 @@ class DigitalInputDevice(InputDevice, PinMixin):
1543
The pin that the device is connected to.
1544
1545
:param bool pull_up:
1546
- If :data:`True` (the default), the device will be pulled up to
1547
- 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.
1548
1549
:param bool active_state:
1550
If :data:`True` (the default), the device will return :data:`True`
0 commit comments