All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update GitHub actions
- minor edits
- update readme.md (badges)
- redo changelog.md layout
- add RP2040 to build-CI
- minor edits
- added capturing mode 'K' field in the COZIRParser class
- added all known fields in the COZIRParser class
- added sending commands in stream parser example to test.
- added example with adaptive timing depending on CO21 level.
- verify requested field in _request()
- minor edits.
- added COZIRParser class for streaming mode
- added streaming examples
- minor edits
- update readme.md
- update + add examples
- tested with GC0034
- changed return value of setOperatingMode() to bool.
- refactor
- update library.json
- license, minor edits
- update Arduino-CI
- badges in readme.md
- Major update - breaks interface (names mainly)
- add isInitialized()
- add getOperatingMode()
- add getOutputFields()
- add inOutputFields()
- add kelvin()
- add EEPROM functions
- class methods camelCase
- extend unit tests
- fix #4 use Mode0 for versions and configuration
- fix software Serial + version number (oops)
- add Arduino-CI + unit tests
- fix library.json
- some refactor and own repo
- added support for HardwareSerial for MEGA
- removed support for NewSoftSerial
- stop pre 1.0 support)
- fixed bug uint16_t request() to uint32_t request() in .h file
- changed CO2 to support larger values
- added setOperatingMode
- added support Arduino 1.x
- initial version