mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
52 lines
939 B
Markdown
52 lines
939 B
Markdown
|
# Change Log I2CKeyPad
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||
|
|
||
|
|
||
|
## [0.3.3] - 2022-11-12
|
||
|
- Add RP2040 support to build-CI.
|
||
|
- Add CHANGELOG.md
|
||
|
|
||
|
|
||
|
## [0.3.2] - 2022-09-19
|
||
|
- experimental version
|
||
|
- add 5x3, 6x2 and 8x1 support
|
||
|
- moved all code to .cpp file
|
||
|
|
||
|
## [0.3.1] - 2021-12-19
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.3.0] - 2021-11-04
|
||
|
- add key mapping functions.
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.1] - 2021-05-06
|
||
|
- add \_read(0xF0) to begin() to enable PCF8574
|
||
|
- interrupts. (#5 thanks to JohnMac1234)
|
||
|
|
||
|
## [0.2.0] - 2021-05-06
|
||
|
- MultiWire ... (breaking interface)
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.2] - 2020-12-27
|
||
|
- Arduino-CI + unit test
|
||
|
|
||
|
## [0.1.1] - 2020-07-05
|
||
|
- fix compilation for ESP32
|
||
|
|
||
|
## [0.1.0] - 2020-06-26
|
||
|
- first release
|
||
|
|
||
|
-----
|
||
|
|
||
|
## [0.0.1] - 2019-10-01
|
||
|
- initial version
|
||
|
|