Archived
1
0
Commit Graph

146 Commits

Author SHA1 Message Date
wolfv6
d9465be221 reverse SS HIGH/LOW in Scanner_ShiftRegsPISOMultiRow::scan() 2016-11-02 15:15:16 -06:00
wolfv6
3fa0aee2e2 add tri-state and right 74HC165 to sr0_LED_shiftRegs.ino 2016-11-01 00:59:40 -06:00
wolfv6
6dde737d23 generalize LED_Port and LED_ShiftReg to LED_Port 2016-10-30 19:46:23 -06:00
wolfv6
a45efab44f add PortWriteInterface, Port_ShiftRegs 2016-10-30 19:14:24 -06:00
wolfv6
fa4f07cc9d update Scanner_ShiftRegsPISOMultiRow::scan(), rename LED_shiftRegs to LED_ShiftRegs 2016-10-30 14:49:23 -06:00
wolfv6
0c4b54db13 add sr0_LED_shiftRegs.ino, LED_shiftRegs, LED_shiftRegs 2016-10-30 02:30:13 -06:00
wolfv6
6e3640d95f fix broken link and formatting 2016-09-28 15:44:44 -06:00
wolfv6
07a66b0505 run AStyle 2016-09-28 14:37:40 -06:00
wolfv6
25c644f012 rename LED_IOE to LED_Port, update tutorials and sketches 2016-09-28 13:56:10 -06:00
wolfv6
9c99fd7ba7 update sketches 2016-09-24 22:37:17 -06:00
wolfv6
d24705d0cb rename LED LEDInterface 2016-09-24 21:58:54 -06:00
wolfv6
11cfc46390 rename PortPCA9655E to Port_PCA9655E, and PortMCP23S17 to Port_MCP23S17 2016-09-24 21:03:08 -06:00
wolfv6
05b99a6da0 update DH sketch 2016-09-24 20:33:23 -06:00
wolfv6
67cd82f168 update PCA9655E classes and keybrd_PCA9655E.ino 2016-09-24 17:02:20 -06:00
wolfv6
b5b24111e7 update keybrd_4c_split_keyboard_with_IOE.ino 2016-09-24 16:17:25 -06:00
wolfv6
218a1ce284 move PortMCP23S17.DEVICE_ADDR from static to local 2016-09-24 12:08:47 -06:00
wolfv6
6c03b007c4 delete PortIOE 2016-09-24 11:26:08 -06:00
wolfv6
fbf4eda206 add PortMCP23S17::beginProtocol() 2016-09-24 08:56:02 -06:00
wolfv6
bc5e9dd07f add layers and LEDs to keybrd_5b_LED_on_IOE.ino 2016-09-24 02:26:09 -06:00
wolfv6
a241d78b94 change tutorial 5 names 2016-09-23 19:25:54 -06:00
wolfv6
f24ea7aa76 add refPortWrite.begin(strobeOn) to Scanner_IOE::begin(), update unit tests 2016-09-23 14:53:17 -06:00
wolfv6
59565dacb4 combined PortWrite_MCP23S17 and PortRead_MCP23S17 into Port_MCP23S17 2016-09-23 01:13:12 -06:00
wolfv6
7a9228e7dc add keybrd_5b_LED_on_IOE.ino 2016-09-22 17:12:11 -06:00
wolfv6
9f910d73ad update split keyboard tutorials 4a 4b 4c and sketches 2016-09-21 20:29:40 -06:00
wolfv6
91df530ef2 add tutorials and annotate sketches 3c 3d 3e 2016-09-20 20:24:22 -06:00
wolfv6
7773687287 add keybrd_3d_sublayerNestedKeys 2016-09-19 21:59:05 -06:00
wolfv6
04e2752b0b add Key_LayeredKeysBase and Key_LayeredKeys1 2016-09-19 21:02:28 -06:00
wolfv6
f62d956918 rename layer to layerId 2016-09-19 19:46:03 -06:00
wolfv6
59e4f38e61 rename Key_LayeredKeysArray to Key_LayeredKeys 2016-09-18 00:42:21 -06:00
wolfv6
dad142eaa4 reword documentation - bitwise to bit pattern or bits 2016-09-18 00:11:11 -06:00
wolfv6
ddbe9b0022 rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
wolfv6
8a3fad791b rename Code_Layered* to Key_Layered* and update inheritance 2016-09-17 12:31:14 -06:00
wolfv6
2e77a18847 update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
wolfv6
47e9d49127 rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
wolfv6
602de6e434 rename PortWrite_MCP23S17::push() to transfer() 2016-09-11 17:03:00 -06:00
wolfv6
ae96a3d79c move PortWrite_MCP23S17::push() to PortMCP23S17 2016-09-11 16:45:52 -06:00
wolfv6
c2c0c02208 document 2016-09-11 15:23:47 -06:00
wolfv6
4b1b53a76a fixed MCP23S17 port classes and keybrd_4c_split_with_IOE.ino 2016-09-11 09:54:10 -06:00
wolfv6
721fd86bc2 change DH to move scanner instantiation from Row_DH_uC and Row_DH_IOE to sketch 2016-09-07 21:27:51 -06:00
wolfv6
15ebb4b6cf add Scanner_ShiftRegsPISO, update keybrd_4b_split_keyboard_with_shift_registers.ino 2016-09-07 04:50:05 -06:00
wolfv6
cefecb62a3 move scanner instantiation from Row_ShiftRegs to sketch, update keybrd_4b_split_keyboard_with_shift_registers.ino 2016-09-06 22:51:36 -06:00
wolfv6
ac04d25a36 move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 2016-09-06 01:08:26 -06:00
wolfv6
874ba7ac11 move scanner instantiation from Row_uC to sketch, update keybrd_1_breadboard.ino 2016-09-05 17:23:28 -06:00
wolfv6
ae6b21b712 add keybrd_PCA9655E.ino 2016-09-04 22:51:08 -06:00
wolfv6
1f6b052a21 moved PCA9655E port commands from initialization list to Wire.write() 2016-09-03 17:22:55 -06:00
wolfv6
5c8890312d rename PortIOE.ADDR to DEVICE_ADDR 2016-09-03 14:25:22 -06:00
wolfv6
0a1fd9772f rename readPinCount_SHORT to readPinCountShort 2016-09-03 13:40:09 -06:00
wolfv6
a4cc38d99a rename PortRead to PortReadInterface, rename PortWrite to PortWriteInterface 2016-09-03 12:11:17 -06:00
wolfv6
9902798d63 document 2016-09-03 11:15:57 -06:00
wolfv6
6539cdadf9 edit MCP23S17 files 2016-09-02 20:24:55 -06:00