Skip to content

Releases: sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library

v1.2.0

17 Jun 20:08
Compare
Choose a tag to compare

Corrected keypadRegisters name to avoid compilation errors with qwiic twist library. Used to be named encoderRegisters.

v1.1.0

13 Jun 18:14
Compare
Choose a tag to compare

Fixed compilation errors with ESP8266 and ESP32 architecture boards.

v1.0.1

23 Apr 20:52
175a7ff
Compare
Choose a tag to compare

Updated version number in library.properties file to v1.0.1

Fixes ATMega2560 upload issue. The example 6 had three exclamation marks in a row ("!!!") in one of the serial debug messages. This can cause the micro to enter bootloader monitor mode and stop mid-upload. More about it here:

http://forum.arduino.cc/index.php?topic=132595.0

Fixed double I2C port close (_i2cPort->end();) in updateFIFO function, which causes SAMD21 to hang.

Also includes examples 5 and 6.

v1.0.0

18 Mar 19:14
ea71eaf
Compare
Choose a tag to compare

Initial release.