GY-63_MS5611/libraries/DAC8550/CHANGELOG.md

36 lines
773 B
Markdown
Raw Normal View History

2022-10-31 11:21:38 -04:00
# Change Log DAC8550
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-19 09:27:18 -04:00
2023-12-02 04:35:49 -05:00
## [0.2.0] - 2023-12-01
- refactor constructor interface - breaking changes.
- minimize conditional code. -- create SPI_CLASS macro to solve it.
2023-10-19 09:27:18 -04:00
- update readme.md
2023-12-02 04:35:49 -05:00
- update examples
----
2023-10-19 09:27:18 -04:00
2023-12-02 04:35:49 -05:00
## [0.1.4] - 2023-10-19
- update readme.md
2023-10-19 09:27:18 -04:00
2022-10-31 11:21:38 -04:00
## [0.1.3] - 2022-10-31
- add changelog.md
- add rp2040 to build-CI
## [0.1.2] - 2021-12-15
- update library.json
- update license
- minor edits.
## [0.1.1] - 2021-08-29
- add support for HSPI/VSPI ESP32
- some performance improvements
## [0.1.0] - 2021-02-04
- initial version (based upon DAC8551)