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 b9ecb0f + f25d300 commit 18b3e6cCopy full SHA for 18b3e6c
shared-bindings/keypad/ShiftRegisterKeys.c
@@ -54,7 +54,7 @@
54
//| Pin used to latch parallel data going into the shift register.
55
//| :param bool value_to_latch: Pin state to latch data being read.
56
//| ``True`` if the data is latched when ``latch`` goes high
57
-//| ``False`` if the data is latched when ``latch goes low.
+//| ``False`` if the data is latched when ``latch`` goes low.
58
//| The default is ``True``, which is how the 74HC165 operates. The CD4021 latch is the opposite.
59
//| Once the data is latched, it will be shifted out by toggling the clock pin.
60
//| :param int key_count: number of data lines to clock in
tests/pyboard.py
@@ -1 +1 @@
1
-../tools/cpboard.py
+../tools/cpboard.py
0 commit comments