Archived
1
0
Commit Graph

88 Commits

Author SHA1 Message Date
wolfv6
e257d35132 rename tutorial 10 2016-07-22 02:34:23 -06:00
wolfv6
36d0ed3579 document and format 2016-07-22 02:11:38 -06:00
wolfv6
f5e4c5fd3a fix broken links 2016-07-21 14:20:07 -06:00
wolfv6
c9a3abd4e7 move Debug variables to static 2016-07-21 03:31:36 -06:00
wolfv6
b276d217b3 update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
wolfv6
31902a4c7f document 2016-07-14 23:16:33 -06:00
wolfv6
147154f040 document row files 2016-07-14 18:52:16 -06:00
wolfv6
cdeb855a1d rename Row::pressRelease() to send(), Debouncer_4Samples to Debouncer_Samples 2016-07-14 04:47:23 -06:00
wolfv6
1c3a85d832 rename rename strobe to write, put Port at front of name 2016-07-13 22:16:18 -06:00
wolfv6
689f3e6c4b rename LED_PinNumber to LED_uC 2016-07-13 17:58:50 -06:00
wolfv6
4fe2de25de add StrobePort_PCA9655E to LED_PCA9655E 2016-07-13 17:40:24 -06:00
wolfv6
a7d1fc0b85 remove portState from ReadPort 2016-07-13 15:49:56 -06:00
wolfv6
f76ec3002d remove ReadPort::getColPins() and StrobePort::setActivePinHigh() setActivePinLow() 2016-07-13 07:31:31 -06:00
wolfv6
d5cd8e958b add StrobePort_PCA9655E::write() and const bool Scanner_Port::STROBE_OFF 2016-07-13 07:17:35 -06:00
wolfv6
37186b7586 changed scanner_Port::scan() to return refReadPort.getPortState() 2016-07-13 05:37:26 -06:00
wolfv6
cd22ac0fe7 update keybrd_DH to new names, IOE does not scan 2016-07-13 02:02:07 -06:00
wolfv6
4d69fd2aed remove readPinCount from Row_uC, Row_ShiftRegisters: process() and scan() 2016-07-12 08:31:17 -06:00
wolfv6
e860d059cf move READ_PIN_COUNT parameter in constructors 2016-07-12 07:43:24 -06:00
wolfv6
a5d6fb8d9e change class and variable names 2016-07-12 07:23:24 -06:00
wolfv6
d5cbc3c58c change RowScanner_SPIShiftRegisters to work with active high or active low 2016-07-11 04:08:34 -06:00
wolfv6
f5448b200a replace ACTIVE_HIGH and activeHigh with STROBE_ON, STROBE_OFF 2016-07-09 10:47:22 -06:00
wolfv6
a725a74831 replace rowEnd with KEY_COUNT, remove read_pins_mask_t, print_free_RAM() 2016-07-09 03:59:28 -06:00
wolfv6
0923f72d39 remove Row_IOE 2016-07-08 01:05:18 -06:00
wolfv6
2887eeaa61 remove RowScannerInterface, add KEY_COUNT, change COL_PIN_L_COUNT to KEY_COUNT 2016-07-07 15:31:34 -06:00
wolfv6
4945f577a4 remove rowEnd, add KEY_COUNT, shift rowState 2016-07-07 08:09:55 -06:00
wolfv6
987f33e270 move getRowState() from RowScanner_PinsBitwise to Row_IOE 2016-07-07 06:51:43 -06:00
wolfv6
2431659b2b delete RowDelay, replace with scanDelay in loop() 2016-07-05 15:46:43 -06:00
wolfv6
4b1eeaaf73 document 2016-07-04 17:29:24 -06:00
wolfv6
7edca3198c delete AVR and MCP23018 ports 2016-07-04 13:34:27 -06:00
wolfv6
6bbb05716f remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
wolfv6
f195c8f56a move proccess() form RowBase to children 2016-07-03 21:54:00 -06:00
wolfv6
d1085a615e document 2016-07-03 21:26:38 -06:00
wolfv6
9c9bc8d949 moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
wolfv6
c026df8aa4 document 2016-07-02 05:18:45 -06:00
wolfv6
fb38aa95a9 move ROW_END and pinMode() to constructor 2016-07-02 04:41:02 -06:00
wolfv6
6651a50ef2 change RowScanner_SPIShiftRegisters::SHIFT_LOAD to static 2016-07-02 03:58:41 -06:00
wolfv6
f792c710bb add strobe off to RowScanner_SPIShiftRegisters::scan(), add keybrd/examples/keybrd_shift_register 2016-07-02 01:54:57 -06:00
wolfv6
1eb09df387 add strobe to RowScanner_SPIShiftRegisters::scan() 2016-06-30 22:46:28 -06:00
wolfv6
fd7da5aebb in RowScanner_PinsArray, make all const CAPS 2016-06-30 04:40:39 -06:00
wolfv6
363194d70b add keybrd_shift_reg.ino 2016-06-30 04:25:19 -06:00
wolfv6
48a3a41db1 add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
wolfv6
04ab6ebe72 change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
wolfv6
fcaa6d06e9 document 2016-06-10 20:12:56 -06:00
wolfv6
2b856afa26 move Row::process() to RowBase 2016-06-09 21:11:18 -06:00
wolfv6
1b091ecde5 rename Row to Row_uC, RowIOE to Row_IOE 2016-06-09 19:31:24 -06:00
wolfv6
c1e465f1ad remove col port arrays, add RowScanner_PinsBitwise, RowScanner_PinsArray, RowIOE 2016-06-09 13:30:30 -06:00
wolfv6
514c326800 rename to rowEnd, document 2016-06-07 20:24:50 -06:00
wolfv6
a44b6f620d RowScanner_Arduino, move initialization to constructor 2016-06-07 03:26:25 -06:00
wolfv6
aa48937a09 RowScanner_Arduino, add readPins[] array 2016-06-06 19:37:48 -06:00
wolfv6
f368c1fdad RowScanner_Arduino, add stobePin, 2 rows 2016-06-06 15:11:19 -06:00