Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Update Release

Compare
Choose a tag to compare
@mhollfelder mhollfelder released this 07 Oct 16:45
· 61 commits to master since this release

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