117 次程式碼提交 (dad142eaa4535bc5ef00f5cade0ddbc83a830c37)
 

作者 SHA1 備註 提交日期
  wolfv6 dad142eaa4 reword documentation - bitwise to bit pattern or bits 7 年之前
  wolfv6 ddbe9b0022 rename files Code_Layered* to Key_Layered* 7 年之前
  wolfv6 8a3fad791b rename Code_Layered* to Key_Layered* and update inheritance 7 年之前
  wolfv6 2e77a18847 update diagrams and tutorials: 0 1 2 3a 7 年之前
  wolfv6 47e9d49127 rename Row::readPinCount to keyCount 7 年之前
  wolfv6 602de6e434 rename PortWrite_MCP23S17::push() to transfer() 7 年之前
  wolfv6 ae96a3d79c move PortWrite_MCP23S17::push() to PortMCP23S17 7 年之前
  wolfv6 c2c0c02208 document 7 年之前
  wolfv6 4b1b53a76a fixed MCP23S17 port classes and keybrd_4c_split_with_IOE.ino 7 年之前
  wolfv6 721fd86bc2 change DH to move scanner instantiation from Row_DH_uC and Row_DH_IOE to sketch 7 年之前
  wolfv6 15ebb4b6cf add Scanner_ShiftRegsPISO, update keybrd_4b_split_keyboard_with_shift_registers.ino 7 年之前
  wolfv6 cefecb62a3 move scanner instantiation from Row_ShiftRegs to sketch, update keybrd_4b_split_keyboard_with_shift_registers.ino 7 年之前
  wolfv6 ac04d25a36 move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 7 年之前
  wolfv6 874ba7ac11 move scanner instantiation from Row_uC to sketch, update keybrd_1_breadboard.ino 7 年之前
  wolfv6 ae6b21b712 add keybrd_PCA9655E.ino 7 年之前
  wolfv6 1f6b052a21 moved PCA9655E port commands from initialization list to Wire.write() 7 年之前
  wolfv6 5c8890312d rename PortIOE.ADDR to DEVICE_ADDR 7 年之前
  wolfv6 0a1fd9772f rename readPinCount_SHORT to readPinCountShort 7 年之前
  wolfv6 a4cc38d99a rename PortRead to PortReadInterface, rename PortWrite to PortWriteInterface 7 年之前
  wolfv6 9902798d63 document 7 年之前
  wolfv6 6539cdadf9 edit MCP23S17 files 7 年之前
  wolfv6 5ee0cc0d65 add begin() and pullUp to PortRead_MCP23S17 7 年之前
  wolfv6 4c082faa68 move PortRead::readPins from PortRead to PortRead_PCA9655E 7 年之前
  wolfv6 caa29dec63 add MCP23S17 port files 7 年之前
  wolfv6 997942555d add links to geekhack thread 7 年之前
  wolfv6 75b7d1411f document 7 年之前
  wolfv6 9b4d3a04bb update library.properties to v0.5.0 7 年之前
  wolfv6 3328b55f5c update changelog, add tag 7 年之前
  wolfv6 f7dd336772 fix image size in tutorial 1 7 年之前
  wolfv6 e257d35132 rename tutorial 10 7 年之前
  wolfv6 36d0ed3579 document and format 7 年之前
  wolfv6 f5e4c5fd3a fix broken links 7 年之前
  wolfv6 c9a3abd4e7 move Debug variables to static 8 年之前
  wolfv6 b276d217b3 update tutorials 0 to 6 8 年之前
  wolfv6 31902a4c7f document 8 年之前
  wolfv6 147154f040 document row files 8 年之前
  wolfv6 cdeb855a1d rename Row::pressRelease() to send(), Debouncer_4Samples to Debouncer_Samples 8 年之前
  wolfv6 1c3a85d832 rename rename strobe to write, put Port at front of name 8 年之前
  wolfv6 689f3e6c4b rename LED_PinNumber to LED_uC 8 年之前
  wolfv6 4fe2de25de add StrobePort_PCA9655E to LED_PCA9655E 8 年之前
  wolfv6 a7d1fc0b85 remove portState from ReadPort 8 年之前
  wolfv6 f76ec3002d remove ReadPort::getColPins() and StrobePort::setActivePinHigh() setActivePinLow() 8 年之前
  wolfv6 d5cd8e958b add StrobePort_PCA9655E::write() and const bool Scanner_Port::STROBE_OFF 8 年之前
  wolfv6 37186b7586 changed scanner_Port::scan() to return refReadPort.getPortState() 8 年之前
  wolfv6 cd22ac0fe7 update keybrd_DH to new names, IOE does not scan 8 年之前
  wolfv6 4d69fd2aed remove readPinCount from Row_uC, Row_ShiftRegisters: process() and scan() 8 年之前
  wolfv6 e860d059cf move READ_PIN_COUNT parameter in constructors 8 年之前
  wolfv6 a5d6fb8d9e change class and variable names 8 年之前
  wolfv6 d5cbc3c58c change RowScanner_SPIShiftRegisters to work with active high or active low 8 年之前
  wolfv6 f5448b200a replace ACTIVE_HIGH and activeHigh with STROBE_ON, STROBE_OFF 8 年之前