Archived
1
0
Commit Graph

116 Commits

Author SHA1 Message Date
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
wolfv6
5ee0cc0d65 add begin() and pullUp to PortRead_MCP23S17 2016-09-01 01:08:52 -06:00
wolfv6
4c082faa68 move PortRead::readPins from PortRead to PortRead_PCA9655E 2016-08-31 20:53:34 -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
3328b55f5c update changelog, add tag 2016-07-22 04:54:09 -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
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