Skip to content

Releases: RobTillaart/SPIKeyPad

0.1.2 release

Choose a tag to compare

@RobTillaart RobTillaart released this 22 May 08:18
3904668
  • improved Doxygen documentation
  • improved const correctness for getters and parameters
  • replaced NULL with nullptr
  • replaced if/else chains with switch statements
  • added explicit SPI_KEYPAD_INVALID enum value
  • improved constructor initialization using initializer lists
  • improved const correctness for getters and parameters
  • verified compatibility with C++11
  • fix select and address parameter to uint8_t
  • add setSPIspeed implementation
  • fix examples to compile without warning
  • minor edits

0.1.1 release

Choose a tag to compare

@RobTillaart RobTillaart released this 16 May 17:14
3d60541
  • Merge PR #2, Kudos to Chris0xdeadbeef
  • start doxygen documentation
  • Add SPIKeyPad_4x4 example
  • minor edits

0.1.0 release

Choose a tag to compare

@RobTillaart RobTillaart released this 16 May 14:44
1202f04
  • initial version