173 Commits (master)
 

Author SHA1 Message Date
  wolfv6 cd22ac0fe7 update keybrd_DH to new names, IOE does not scan 7 years ago
  wolfv6 4d69fd2aed remove readPinCount from Row_uC, Row_ShiftRegisters: process() and scan() 7 years ago
  wolfv6 e860d059cf move READ_PIN_COUNT parameter in constructors 7 years ago
  wolfv6 a5d6fb8d9e change class and variable names 7 years ago
  wolfv6 d5cbc3c58c change RowScanner_SPIShiftRegisters to work with active high or active low 7 years ago
  wolfv6 f5448b200a replace ACTIVE_HIGH and activeHigh with STROBE_ON, STROBE_OFF 7 years ago
  wolfv6 a725a74831 replace rowEnd with KEY_COUNT, remove read_pins_mask_t, print_free_RAM() 7 years ago
  wolfv6 0923f72d39 remove Row_IOE 7 years ago
  wolfv6 2887eeaa61 remove RowScannerInterface, add KEY_COUNT, change COL_PIN_L_COUNT to KEY_COUNT 7 years ago
  wolfv6 4945f577a4 remove rowEnd, add KEY_COUNT, shift rowState 7 years ago
  wolfv6 987f33e270 move getRowState() from RowScanner_PinsBitwise to Row_IOE 7 years ago
  wolfv6 2431659b2b delete RowDelay, replace with scanDelay in loop() 7 years ago
  wolfv6 4b1eeaaf73 document 7 years ago
  wolfv6 7edca3198c delete AVR and MCP23018 ports 7 years ago
  wolfv6 6bbb05716f remove RowBase::wait(), add RowDelay.delay() 7 years ago
  wolfv6 f195c8f56a move proccess() form RowBase to children 7 years ago
  wolfv6 d1085a615e document 7 years ago
  wolfv6 9c9bc8d949 moved Debouncer_Not to Keybrd lib 7 years ago
  wolfv6 c026df8aa4 document 7 years ago
  wolfv6 fb38aa95a9 move ROW_END and pinMode() to constructor 7 years ago
  wolfv6 6651a50ef2 change RowScanner_SPIShiftRegisters::SHIFT_LOAD to static 7 years ago
  wolfv6 f792c710bb add strobe off to RowScanner_SPIShiftRegisters::scan(), add keybrd/examples/keybrd_shift_register 7 years ago
  wolfv6 1eb09df387 add strobe to RowScanner_SPIShiftRegisters::scan() 7 years ago
  wolfv6 fd7da5aebb in RowScanner_PinsArray, make all const CAPS 7 years ago
  wolfv6 363194d70b add keybrd_shift_reg.ino 7 years ago
  wolfv6 48a3a41db1 add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 7 years ago
  wolfv6 04ab6ebe72 change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 7 years ago
  wolfv6 fcaa6d06e9 document 7 years ago
  wolfv6 2b856afa26 move Row::process() to RowBase 7 years ago
  wolfv6 1b091ecde5 rename Row to Row_uC, RowIOE to Row_IOE 8 years ago
  wolfv6 c1e465f1ad remove col port arrays, add RowScanner_PinsBitwise, RowScanner_PinsArray, RowIOE 8 years ago
  wolfv6 514c326800 rename to rowEnd, document 8 years ago
  wolfv6 a44b6f620d RowScanner_Arduino, move initialization to constructor 8 years ago
  wolfv6 aa48937a09 RowScanner_Arduino, add readPins[] array 8 years ago
  wolfv6 f368c1fdad RowScanner_Arduino, add stobePin, 2 rows 8 years ago
  wolfv6 bf0cfd608a add RowScanner_Arduino, hard code pins for row0 and col6, init in setup() 8 years ago
  wolfv6 45477a954d change activeHigh to static 8 years ago
  wolfv6 cd8de41339 compiles 8 years ago
  wolfv6 042e099995 move scan() to RowScanner_BitManipulation 8 years ago
  wolfv6 11f20376b7 move debouncer.debounce() to Row::process() 8 years ago
  wolfv6 ff5f50db5f move RowBase::process() to Row and Row_DH 8 years ago
  wolfv6 55008ec4ec document 8 years ago
  wolfv6 589514dc3d document 8 years ago
  wolfv6 7b9c87b742 add Debouncer_4Samples and Debouncer_Not classes 8 years ago
  wolfv6 84fc616916 swap places of debounced and previousDebounced 8 years ago
  wolfv6 05b4f875eb document 8 years ago
  wolfv6 d177dbfa97 add RowBase::wait() 8 years ago
  wolfv6 b6b6e9fee9 add RowBase class, move debounce() to Row, add simple Row_DH::debounce() 8 years ago
  wolfv6 90c420491e remove debounced from debounce() 8 years ago
  wolfv6 1d3af27ebd break up Row::detectEdge(), move parts into debounce() and pressRelease() 8 years ago