DPS310 Pressure Sensor Versions Save

DEPRECATED: Library of Infineon's highly sensitive DPS310 pressure sensor for Arduino.

v1.0.8

9 months ago

This library is deprecated and will not be maintained any longer. Please use XENSIV™ Digital Pressure Sensor Arduino Library instead.

v1.0.7

4 years ago

Summary

This release adds new examples in place of old examples. Readme has been updated with more info and updated links. Continuous integration has been implemented(Travis build).

Changes

  • SPI_SS pins numbers are updated for 2Go and Bootkit to pass the travis build.
  • travis.yml file has been updated with more boards to bulid the examples and check then with different architectures.

V1.0.6

5 years ago

Summary

This release adds the include for Arduino.h to Dps310.cpp and changes the parameter in endTransmission() to fix problems when compiling for ESP8266 and ESP32. A branch has been created to prepare the release of the new DPS422 pressure sensor.

Changes

  • Changed Dps310.cpp: added #include <Arduino.h>
  • Changed Dps310.cpp: corrected parameter in endTransmission() to false from 0

V1.0.5

6 years ago

Summary

This release changes the examples and adds a fix to the library itself for ease of use.

Changes

  • Changed examples
  • Moved a fix from examples to the library itself

V1.0.4

6 years ago

Summary

This release mainly cleans up the library by removing older, non-compatible versions from the releases and makes it consistent in terms of style with the other libraries from Infineon. In addition, a compilation problem has been fixed.

Changes

  • Changed folder naming
  • Changed file naming
  • Changed naming of class, objects, etc.
  • Fixed compilation problem for ESP8266

Previous Releases

V1.0.0

Initial Release

  • Integration of the DPS310 pressure sensor into Arduino
  • Please note: No specific Arduino evaluation board exists at the moment, please use existing evaluation boards of the DPS310 with proper wiring

V1.0.1

Bug Fix Release

  • FIX: read Revision ID gets Product ID
  • FIX: no reset to IDLE if measurement failed
  • ADDED: temperature measurement hardware fix function

V1.0.2

Bug Fix Release

  • FIX: missing semicolon in examples
  • FIX: bit-shift with operands >8 on 8-Bit systems

V1.0.3

Bug Fix Release

  • Move communication init to sensor init