File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
//| Create a `Keys` object that will scan keys attached to a parallel-in serial-out shift register
54
54
//| like the 74HC165 or CD4021.
55
55
//| 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.
56
57
//|
57
58
//| Key number 0 is the first (or more properly, the zero-th) bit read. In the
58
59
//| 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.
61
61
//|
62
62
//| An `EventQueue` is created when this object is created and is available in the `events` attribute.
63
63
//|
You can’t perform that action at this time.
0 commit comments