Browse Source

document

tags/v0.6.3
wolfv6 7 years ago
parent
commit
ce9c10aba6
2 changed files with 11 additions and 1 deletions
  1. 10
    0
      doc/CHANGELOG.md
  2. 1
    1
      src/Row.h

+ 10
- 0
doc/CHANGELOG.md View File

keybrd version 0.x.x is for initial development. keybrd version 0.x.x is for initial development.
keybrd version 1.0.0 will be released when the public API is stable. keybrd version 1.0.0 will be released when the public API is stable.
0.6.1 (2016-10-02)
------------------
* Enhancements
* Redesign I/O expander Port classes
* Scanner_ShiftRegsReadtrobed class can now read from multiple shift register chains
* Backward incompatible changes
* Rename Scanner_ShiftRegsPISOSingleRow to Scanner_ShiftRegsRead
* Rename Scanner_ShiftRegsPISOMultiRow to Scanner_ShiftRegsReadStrobed
0.6.0 (2016-09-28) 0.6.0 (2016-09-28)
------------------ ------------------
* Enhancements * Enhancements

+ 1
- 1
src/Row.h View File

/* /*
strobePin has one of two formats: strobePin has one of two formats:
1. if strobe pin is on uC (Scanner_uC or Scanner_ShiftRegsPISOMultiRow),
1. if strobe pin is on uC (Scanner_uC or Scanner_ShiftRegsRead),
then strobePin is an Arduino pin number connected to this row. then strobePin is an Arduino pin number connected to this row.
2. if strobe pin is on I/O expander (Scanner_IOE), then strobePin is bit pattern, 2. if strobe pin is on I/O expander (Scanner_IOE), then strobePin is bit pattern,
1 indicating the I/O expander pin connected to this row 1 indicating the I/O expander pin connected to this row