Skip to content

Commit bdf9336

Browse files
author
Marco van der Kolk
committed
Improved help text
Signed-off-by: Marco van der Kolk <[email protected]>
1 parent 0c606c5 commit bdf9336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/keypad/ShiftRegisterKeys.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
//| Create a `Keys` object that will scan keys attached to a parallel-in serial-out shift register
5454
//| like the 74HC165 or CD4021.
5555
//| Note that you may chain shift registers to load in as many values as you need.
56+
//| Furthermore, you can put multiple shift registers in parallel and share clock and latch.
5657
//|
5758
//| Key number 0 is the first (or more properly, the zero-th) bit read. In the
5859
//| 74HC165, this bit is labeled ``Q7``. Key number 1 will be the value of ``Q6``, etc.
59-
//| When specifying multiple data pins, the key numbers are sequential.
60-
//| So with two data Pins in parallel and key_count[0] = 32, the keys of data[1] will start with 32.
60+
//| With multiple data pins, key numbers of the next pin are sequentially to the current pin.
6161
//|
6262
//| An `EventQueue` is created when this object is created and is available in the `events` attribute.
6363
//|

0 commit comments

Comments
 (0)