Merge pull request #5585 from tekktrik/docfix/fix-shiftregisterkeys-doc
Fix ShiftRegisterKeys documentation
This commit is contained in:
commit
18b3e6c4fc
@ -54,7 +54,7 @@
|
||||
//| Pin used to latch parallel data going into the shift register.
|
||||
//| :param bool value_to_latch: Pin state to latch data being read.
|
||||
//| ``True`` if the data is latched when ``latch`` goes high
|
||||
//| ``False`` if the data is latched when ``latch goes low.
|
||||
//| ``False`` if the data is latched when ``latch`` goes low.
|
||||
//| The default is ``True``, which is how the 74HC165 operates. The CD4021 latch is the opposite.
|
||||
//| Once the data is latched, it will be shifted out by toggling the clock pin.
|
||||
//| :param int key_count: number of data lines to clock in
|
||||
|
@ -1 +1 @@
|
||||
../tools/cpboard.py
|
||||
../tools/cpboard.py
|
||||
|
Loading…
Reference in New Issue
Block a user