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

83 lines
1.6 KiB
Markdown
Raw Normal View History

2022-11-17 07:00:17 -05:00
# Change Log MCP_ADC
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/).
2024-01-20 08:50:19 -05:00
## [0.5.0] - 2024-01-20
- Fix #22, improve handling SPI dependency.
- update examples
----
2023-12-18 09:50:24 -05:00
## [0.4.0] - 2023-12-18
- fix #18, support for Arduino ESP32 S3 - breaking change
- update examples
- Fix #17, readme.md
----
2023-11-30 06:21:52 -05:00
## [0.3.0] - 2023-11-29
- refactor constructor interface - breaking changes.
- minimize conditional code. -- create SPI_CLASS macro to solve it.
- update readme.md
- update examples
----
2023-09-11 14:03:59 -04:00
## [0.2.1] - 2023-09-08
- fix #13 support **MCP3201**
- add **MCP3001** support
- fix startup pulse for **select** pin.
- update readme.md
- fix version number in .cpp
- update keywords.txt
2023-08-16 04:07:24 -04:00
## [0.2.0] - 2023-08-15
- add analogReadMultiple(channels\[], numChannels, readings\[])
- Kudo's to Alex Uta.
- add performance example
- add performance output files.
- add support MCP3201 (experimental)
- fix differentialRead()
- update examples (print lib version).
- update readme.md
- update library.properties
- minor edits
----
2022-11-17 07:00:17 -05:00
## [0.1.9] - 2022-11-16
- add RP2040 in build-CI
- add changelog.md
- minor edit readme.md
- clean up unit test
## [0.1.8] - 2021-12-21
- update library.json
- update license
- minor edits
----
## [0.1.7] - 2021-11-07
## [0.1.6] - 2021-08-01
## [0.1.5] - 2021-07-31
## [0.1.4] - 2021-03-31
## [0.1.3] - 2021-02-04
## [0.1.2] - 2021-01-01
## [0.1.1] - 2020-08-14
## [0.1.0] - 2019-10-24
- initial version.