91 Commits (9b4d3a04bbd07feb12d5492b8caea14dd48172b5)
 

Author SHA1 Message Date
  wolfv6 9b4d3a04bb update library.properties to v0.5.0 7 years ago
  wolfv6 3328b55f5c update changelog, add tag 7 years ago
  wolfv6 f7dd336772 fix image size in tutorial 1 7 years ago
  wolfv6 e257d35132 rename tutorial 10 7 years ago
  wolfv6 36d0ed3579 document and format 7 years ago
  wolfv6 f5e4c5fd3a fix broken links 7 years ago
  wolfv6 c9a3abd4e7 move Debug variables to static 7 years ago
  wolfv6 b276d217b3 update tutorials 0 to 6 7 years ago
  wolfv6 31902a4c7f document 7 years ago
  wolfv6 147154f040 document row files 7 years ago
  wolfv6 cdeb855a1d rename Row::pressRelease() to send(), Debouncer_4Samples to Debouncer_Samples 7 years ago
  wolfv6 1c3a85d832 rename rename strobe to write, put Port at front of name 7 years ago
  wolfv6 689f3e6c4b rename LED_PinNumber to LED_uC 7 years ago
  wolfv6 4fe2de25de add StrobePort_PCA9655E to LED_PCA9655E 7 years ago
  wolfv6 a7d1fc0b85 remove portState from ReadPort 7 years ago
  wolfv6 f76ec3002d remove ReadPort::getColPins() and StrobePort::setActivePinHigh() setActivePinLow() 7 years ago
  wolfv6 d5cd8e958b add StrobePort_PCA9655E::write() and const bool Scanner_Port::STROBE_OFF 7 years ago
  wolfv6 37186b7586 changed scanner_Port::scan() to return refReadPort.getPortState() 7 years ago
  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 8 years ago
  wolfv6 363194d70b add keybrd_shift_reg.ino 8 years ago
  wolfv6 48a3a41db1 add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 8 years ago
  wolfv6 04ab6ebe72 change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 8 years ago
  wolfv6 fcaa6d06e9 document 8 years ago
  wolfv6 2b856afa26 move Row::process() to RowBase 8 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