Archived
1
0
Commit Graph

70 Commits

Author SHA1 Message Date
wolfv6
a2d1e30f2e Code_LayerHoldShift and tutorials/keybrd_3g_shift_pairings/keybrd_3g_shift_pairings.ino 2016-11-16 23:29:00 -07:00
wolfv6
09b3e8ceb7 document 2016-11-16 18:56:37 -07:00
wolfv6
e5944bee57 remove calls to Keyboard.begin() 2016-11-16 09:49:09 -07:00
wolfv6
45674eb9b9 change Port_MCP23S17, add slaveSelect to constructor parameter 2016-11-16 08:29:51 -07:00
wolfv6
cf3e582e25 rename keybrd_MCP23018.ino to keybrd_MCP23017.ino, works on both MCP23017 and MCP23018 2016-11-16 06:56:05 -07:00
wolfv6
b149a831de rename strobeOn to activeState 2016-11-15 18:41:05 -07:00
wolfv6
46988319a1 rename print_microseconds_per_scan() to printMicrosecondsPerScan, rename print_scans_per_second() to printScansPerSecond 2016-11-13 13:40:52 -07:00
wolfv6
e9e74634a4 move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 2016-11-12 09:45:48 -07:00
wolfv6
a7bea464bf document 2016-11-06 12:43:09 -07:00
wolfv6
e84db1c61c document 2016-11-04 00:56:26 -06:00
wolfv6
5404ae451c rename Scanner_ShiftRegsPISOSingleRow to Scanner_ShiftRegsRead, Scanner_ShiftRegsPISOMultiRow to Scanner_ShiftRegsReadStrobed 2016-11-02 15:28:58 -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
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
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
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
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
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
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
5c8890312d rename PortIOE.ADDR to DEVICE_ADDR 2016-09-03 14:25:22 -06:00
wolfv6
5ee0cc0d65 add begin() and pullUp to PortRead_MCP23S17 2016-09-01 01:08:52 -06:00
wolfv6
caa29dec63 add MCP23S17 port files 2016-08-31 20:29:59 -06:00
wolfv6
997942555d add links to geekhack thread 2016-07-22 13:55:58 -06:00
wolfv6
75b7d1411f document 2016-07-22 12:16:47 -06:00
wolfv6
9b4d3a04bb update library.properties to v0.5.0 2016-07-22 06:05:17 -06:00
wolfv6
f7dd336772 fix image size in tutorial 1 2016-07-22 04:40:19 -06:00
wolfv6
e257d35132 rename tutorial 10 2016-07-22 02:34:23 -06:00