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 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//|
You can’t perform that action at this time.
0 commit comments