Archived
1
0
Commit Graph

56 Commits

Author SHA1 Message Date
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
wolfv6
bf0cfd608a add RowScanner_Arduino, hard code pins for row0 and col6, init in setup() 2016-06-06 14:23:40 -06:00
wolfv6
45477a954d change activeHigh to static 2016-06-06 00:52:14 -06:00
wolfv6
cd8de41339 compiles 2016-06-05 23:10:59 -06:00
wolfv6
042e099995 move scan() to RowScanner_BitManipulation 2016-06-05 22:00:33 -06:00
wolfv6
11f20376b7 move debouncer.debounce() to Row::process() 2016-06-05 16:33:13 -06:00
wolfv6
ff5f50db5f move RowBase::process() to Row and Row_DH 2016-06-05 16:16:47 -06:00
wolfv6
55008ec4ec document 2016-06-05 14:43:53 -06:00
wolfv6
589514dc3d document 2016-06-03 21:57:24 -06:00
wolfv6
7b9c87b742 add Debouncer_4Samples and Debouncer_Not classes 2016-06-03 00:12:29 -06:00
wolfv6
84fc616916 swap places of debounced and previousDebounced 2016-06-02 15:51:42 -06:00
wolfv6
05b4f875eb document 2016-06-02 15:06:26 -06:00
wolfv6
d177dbfa97 add RowBase::wait() 2016-06-02 10:26:53 -06:00
wolfv6
b6b6e9fee9 add RowBase class, move debounce() to Row, add simple Row_DH::debounce() 2016-06-02 09:58:33 -06:00
wolfv6
90c420491e remove debounced from debounce() 2016-06-01 15:59:59 -06:00
wolfv6
1d3af27ebd break up Row::detectEdge(), move parts into debounce() and pressRelease() 2016-06-01 13:04:46 -06:00
wolfv6
25f66090e5 rename previousDebounced, debounced 2016-06-01 09:58:03 -06:00
wolfv6
51fb06939f add debounce_unit_test.cpp 2016-06-01 08:34:00 -06:00
wolfv6
27f0c2dfaa rename Row to RowBase, move debounce() to Row_DH 2016-05-31 06:39:08 -06:00
wolfv6
e0a53ca748 document 2016-05-29 21:23:33 -06:00
wolfv6
0f511d5229 rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
wolfv6
f97ae6d23d document 2016-05-28 12:37:40 -06:00
wolfv6
004806554b document 2016-05-20 08:22:36 -06:00
wolfv6
65068b7f5e document 2016-05-19 11:51:57 -06:00
wolfv6
ac0d4dff6c document 2016-05-11 13:09:18 -06:00
wolfv6
7293bee03c improve tutorials 2016-05-11 12:46:53 -06:00
wolfv6
6978b038aa improve tutorials 2016-05-11 09:25:48 -06:00
wolfv6
d0ad8ead81 document 2016-05-10 11:15:47 -06:00
wolfv6
4214c51bae document 2016-05-10 09:05:25 -06:00
wolfv6
da0d5f22ac document 2016-05-09 15:38:10 -06:00
wolfv6
1e46b40a2e document 2016-05-09 15:16:28 -06:00
wolfv6
3ea73dfa0b document 2016-05-09 15:14:09 -06:00
wolfv6
d5e7405293 document 2016-05-09 14:59:49 -06:00