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.
- add support for ARDUINO_ARCH_MBED
- fix #11, improve SPI dependency
- solves #6 in a better way.
- refactor constructor interface - breaking changes.
- minimize conditional code. -- create SPI_CLASS macro to solve it.
- update readme.md
- update examples
- update readme.md
- update keywords
- fix #6 support for Nano33,
- adding extra begin()
- minor edits readme.md
- move code from .h to .cpp
- commented debug Serial.print() statements from code.
- sync with MS5611
- add RP2040 support to build-CI
- add CHANGELOG.md
- add isConnected() ==> read() should return MS5611_READ_OK
- add getManufacturer()
- add getSerialCode()
- add parameter mathMode to reset() to switch between pressure math.
- see readme for details.
- minor edits.
- initial version, based upon MS5611 0.3.6