Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src
2016-09-17 13:24:48 -06:00
..
Code_AutoShift.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_AutoShift.h move Debug variables to static 2016-07-21 03:31:36 -06:00
Code_LayerHold.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerHold.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerLock.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerLock.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LEDLock.cpp move Debug variables to static 2016-07-21 03:31:36 -06:00
Code_LEDLock.h document 2016-05-20 08:22:36 -06:00
Code_Null.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Sc.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Sc.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
Code_ScNS.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScNS.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScS.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScS.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Shift.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Shift.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
config_keybrd.h update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
Debouncer_Not.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
Debouncer_Not.h moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
Debouncer_Samples.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
Debouncer_Samples.h document 2016-07-14 23:16:33 -06:00
DebouncerInterface.h move scanner instantiation from Row_uC to sketch, update keybrd_1_breadboard.ino 2016-09-05 17:23:28 -06:00
Debug.cpp move Debug variables to static 2016-07-21 03:31:36 -06:00
Debug.h move Debug variables to static 2016-07-21 03:31:36 -06:00
Key_LayeredCodeSc.cpp rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredCodeSc.h rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredCodeScBase.cpp rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredCodeScBase.h rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredKeysArray.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Key_LayeredKeysArray.h move Debug variables to static 2016-07-21 03:31:36 -06:00
Key_LayeredScSc.cpp rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredScSc.h rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredScScBase.cpp rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key_LayeredScScBase.h rename files Code_Layered* to Key_Layered* 2016-09-17 13:24:48 -06:00
Key.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LayerState_LED.cpp update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
LayerState_LED.h update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
LayerState.cpp update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
LayerState.h update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
LayerStateInterface.h document 2016-06-02 15:06:26 -06:00
LED_PCA9655E.cpp add StrobePort_PCA9655E to LED_PCA9655E 2016-07-13 17:40:24 -06:00
LED_PCA9655E.h update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
LED_uC.cpp rename LED_PinNumber to LED_uC 2016-07-13 17:58:50 -06:00
LED_uC.h update tutorials 0 to 6 2016-07-17 20:03:03 -06:00
LED.h document 2016-05-29 21:23:33 -06:00
objects_scancode.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
objects_scancodeNotShifted.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
PortIOE.h update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
PortMCP23S17.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
PortMCP23S17.h rename PortWrite_MCP23S17::push() to transfer() 2016-09-11 17:03:00 -06:00
PortRead_MCP23S17.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
PortRead_MCP23S17.h move PortWrite_MCP23S17::push() to PortMCP23S17 2016-09-11 16:45:52 -06:00
PortRead_PCA9655E.cpp rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
PortRead_PCA9655E.h document 2016-09-11 15:23:47 -06:00
PortReadInterface.h fixed MCP23S17 port classes and keybrd_4c_split_with_IOE.ino 2016-09-11 09:54:10 -06:00
PortWrite_MCP23S17.cpp rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
PortWrite_MCP23S17.h move PortWrite_MCP23S17::push() to PortMCP23S17 2016-09-11 16:45:52 -06:00
PortWrite_PCA9655E.cpp rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
PortWrite_PCA9655E.h document 2016-09-11 15:23:47 -06:00
PortWriteInterface.h fixed MCP23S17 port classes and keybrd_4c_split_with_IOE.ino 2016-09-11 09:54:10 -06:00
Row.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
Row.h update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
ScanDelay.cpp delete RowDelay, replace with scanDelay in loop() 2016-07-05 15:46:43 -06:00
ScanDelay.h move Debug variables to static 2016-07-21 03:31:36 -06:00
Scanner_IOE.cpp update diagrams and tutorials: 0 1 2 3a 2016-09-16 23:45:54 -06:00
Scanner_IOE.h document 2016-09-11 15:23:47 -06:00
Scanner_ShiftRegsPISOMultiRow.cpp add Scanner_ShiftRegsPISO, update keybrd_4b_split_keyboard_with_shift_registers.ino 2016-09-07 04:50:05 -06:00
Scanner_ShiftRegsPISOMultiRow.h rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
Scanner_ShiftRegsPISOSingleRow.cpp add Scanner_ShiftRegsPISO, update keybrd_4b_split_keyboard_with_shift_registers.ino 2016-09-07 04:50:05 -06:00
Scanner_ShiftRegsPISOSingleRow.h rename Row::readPinCount to keyCount 2016-09-12 00:29:42 -06:00
Scanner_uC.cpp fixed MCP23S17 port classes and keybrd_4c_split_with_IOE.ino 2016-09-11 09:54:10 -06:00
Scanner_uC.h move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 2016-09-06 01:08:26 -06:00
ScannerInterface.h move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 2016-09-06 01:08:26 -06:00