2022-11-16 16:03:33 +01:00
|
|
|
# Change Log MAX44007
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2023-10-04 10:40:31 +02:00
|
|
|
## [0.2.0] - 2023-10-02
|
|
|
|
- refactor constructor around I2C interface (simpler)
|
|
|
|
- remove **configure()**
|
|
|
|
- update readme.md
|
|
|
|
- update examples
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2022-11-16 16:03:33 +01:00
|
|
|
## [0.1.2] - 2022-11-16
|
|
|
|
- add RP2040 in build-CI
|
|
|
|
- add changelog.md
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-01-05
|
|
|
|
- minor refactor
|
|
|
|
|
|
|
|
## [0.1.0] - 2022-01-04
|
|
|
|
- initial version (derived from Max44009 0.5.1)
|
|
|
|
|
|
|
|
|