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

Releases: 107-systems/107-Arduino-BMP388

1.3.0

09 Aug 12:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.3.0

1.2.2

10 Sep 04:43
Compare
Choose a tag to compare

Changelog

  • Drop for to support ArduinoSensorBase:v1.0.4 API change. (#25)

1.2.1

05 Sep 17:12
Compare
Choose a tag to compare

Changelog

  • Drop 'resolution' since its a largely meaningless parameter. (#23)

1.2.0

03 Sep 09:29
Compare
Choose a tag to compare

Changelog

  • Link logo to 107-Arduino-DroneCore (#18)
  • Rewrite ArduinoBMP388 to be a derived base class from ArduinoSensor. (#19)
  • Allow direct IO access to BMP388 (#20)
  • Encapsulating ArduinoBMP388 in the drone namespace. (#21)
  • Align library name and main header file. (#22)

1.1.2

23 Jul 08:21
Compare
Choose a tag to compare

Changelog

  • Link to viper logo in default .github repository. (#8)
  • Add a CI workflow to sync organization-wide labels (#9)
  • Restrict supported architectures to those with STL support. (#10)
  • Add Arduino Library Badge (ArduBadge) (#12)
  • Update CI workflow for Arduino project-specific linting (#13)
  • Adding 107-systems logo in top/right corner of README. (#14)
  • Support Nano RP2040 Connect/Edge Control/ESP32 (#15)
  • Use lambda-expressions to replace single-line functions (#16)
  • Allow nullptr as valid argument for onSensorData callback (#17)

1.1.1

06 Nov 10:59
Compare
Choose a tag to compare

Changelog

  • Add viper logo (#3)
  • Integrate Arduino's CI system via GitHub actions (#4)
  • Add getChipId and additionally examples
  • Relicense from LGPL to MIT (#7)

1.1.0

09 Apr 05:06
Compare
Choose a tag to compare
  • Adding of a keywords.txt for syntax highlighting by the Arduino IDE
  • Adding function which allows to convert the barometric pressure as measured by the BMP388 into an altitude using the international standard height formula.

1.0.0

07 Apr 11:23
Compare
Choose a tag to compare
  • First release of 107-Arduino-BMP388 which allows to read the temperature and barometric pressure measured by the high precision Bosch Sensortec BMP388 altimeter.