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

49 lines
998 B
Markdown
Raw Normal View History

2023-01-07 09:48:40 -05:00
# Change Log MHZCO2
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-12-29 10:57:01 -05:00
## [0.2.0] - 2023-12-29
- Fix #9 bug in **setPPM()**
- fix race condition in **receive()**
- update readme.md
- minor edits
----
2023-11-14 04:25:54 -05:00
## [0.1.4] - 2023-11-14
- update readme.md
- add plotter example (MEGA)
- update keywords.
- minor edits
2023-07-27 10:14:19 -04:00
## [0.1.3] - 2023-07-27
- remove MTP40F as it is not compatible
- update examples.
- minor edits.
2023-01-18 10:59:34 -05:00
## [0.1.2] - 2023-01-18
- fix build - SoftwareSerial problem
- fix version in .cpp
- fix date in changelog
- minor edit in readme.md
## [0.1.1] - 2023-01-06
2023-01-07 09:48:40 -05:00
- rename to MHZCO2
- create derived classes
- move code from .h to .cpp
- add lastMeasurement()
- improve documentation
- refactor, rewrite, optimize
## [0.1.x] - 2020-09-01
- add PWM and analog examples for MHZ19B
## [0.1.0] - 2020-05-05
- initial version (MHZ19B)