Skip to content

Releases: RobTillaart/MSP300

0.3.1 release

Choose a tag to compare

@RobTillaart RobTillaart released this 05 Jan 15:58
4f18dc7
  • update GitHub actions
  • update examples
  • minor edits

0.3.0 release

Choose a tag to compare

@RobTillaart RobTillaart released this 13 May 10:33
c36d014
  • 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

Choose a tag to compare

@RobTillaart RobTillaart released this 05 Dec 16:55
2e5a34f
refactor API, begin() (#4)

- refactor begin()
- update readme.md
- minor edits

0.1.2 release

Choose a tag to compare

@RobTillaart RobTillaart released this 23 Sep 17:10
655c779
Add Wire1 support for ESP32 (#3)

- add Wire1 support for ESP32
- fix keywords.txt
- update readme.md

0.1.1 release

Choose a tag to compare

@RobTillaart RobTillaart released this 05 Feb 09:51
84c774d
update readme.md (#2)

- update readme.md
- update GitHub actions
- update license 2023

0.1.0 release

Choose a tag to compare

@RobTillaart RobTillaart released this 06 Dec 18:34
2a10957

initial version