Releases: RobTillaart/MSP300
Releases · RobTillaart/MSP300
Release list
0.3.1 release
- update GitHub actions
- update examples
- minor edits
0.3.0 release
- Fix read bug, thanks to Gabo-Bravo
- updated readme.md
- added uint8_t getStatus() + defines for error codes.
- update the default I2C address to 0x28 (within range).
- rewrite readPT() and cache pressure, temperature and status.
- add readP() to read pressure and status only. (faster).
- add getPmin() and getPmax() for calibration.
- add MSP300_performance.ino to measure I2C read performance.
- add MSP300_demo_pressure_only.ino
- add MSP300_fast_pressure.ino
- update keywords.txt
0.2.0 release
refactor API, begin() (#4) - refactor begin() - update readme.md - minor edits
0.1.2 release
Add Wire1 support for ESP32 (#3) - add Wire1 support for ESP32 - fix keywords.txt - update readme.md
0.1.1 release
update readme.md (#2) - update readme.md - update GitHub actions - update license 2023