Merge pull request #5585 from tekktrik/docfix/fix-shiftregisterkeys-doc

Fix ShiftRegisterKeys documentation
This commit is contained in:
microDev 2021-11-15 20:12:20 +05:30 committed by GitHub
commit 18b3e6c4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
../tools/cpboard.py
../tools/cpboard.py