33 Commits (256a2470117961e46a58bfa9989b3ec4f5b48382)

Author SHA1 Message Date
  wolfv6 256a247011 document 7 years ago
  wolfv6 726e666ebb add tutorial_7ab_mapping_layout_to_matix.md and mapping sketches 7 years ago
  wolfv6 6bc75afe1b in keybrd library, change #include <keybrd library file> angle bracket to double quotes 7 years ago
  wolfv6 e9e74634a4 move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
  wolfv6 ce9c10aba6 document 7 years ago
  wolfv6 3fa0aee2e2 add tri-state and right 74HC165 to sr0_LED_shiftRegs.ino 7 years ago
  wolfv6 07a66b0505 run AStyle 7 years ago
  wolfv6 dad142eaa4 reword documentation - bitwise to bit pattern or bits 7 years ago
  wolfv6 2e77a18847 update diagrams and tutorials: 0 1 2 3a 7 years ago
  wolfv6 47e9d49127 rename Row::readPinCount to keyCount 7 years ago
  wolfv6 721fd86bc2 change DH to move scanner instantiation from Row_DH_uC and Row_DH_IOE to sketch 7 years ago
  wolfv6 874ba7ac11 move scanner instantiation from Row_uC to sketch, update keybrd_1_breadboard.ino 7 years ago
  wolfv6 caa29dec63 add MCP23S17 port files 7 years ago
  wolfv6 c9a3abd4e7 move Debug variables to static 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 e860d059cf move READ_PIN_COUNT parameter in constructors 7 years ago
  wolfv6 a5d6fb8d9e change class and variable names 7 years ago
  wolfv6 a725a74831 replace rowEnd with KEY_COUNT, remove read_pins_mask_t, print_free_RAM() 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 48a3a41db1 add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 8 years ago
  wolfv6 fcaa6d06e9 document 8 years ago
  wolfv6 2b856afa26 move Row::process() to RowBase 8 years ago
  wolfv6 c1e465f1ad remove col port arrays, add RowScanner_PinsBitwise, RowScanner_PinsArray, RowIOE 8 years ago
  wolfv6 45477a954d change activeHigh to static 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 84fc616916 swap places of debounced and previousDebounced 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
  wolfv6 25f66090e5 rename previousDebounced, debounced 8 years ago
  wolfv6 51fb06939f add debounce_unit_test.cpp 8 years ago
  wolfv6 27f0c2dfaa rename Row to RowBase, move debounce() to Row_DH 8 years ago
  wolfv6 98b6060e7c initial commit keybrd version 0.3.0 8 years ago