GY-63_MS5611/libraries/AD985X/CHANGELOG.md
2023-01-11 16:49:14 +01:00

1.3 KiB

Change Log AD985X

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.5] - 2023-01-11

  • update GitHub actions
  • update license
  • add bool return value to setFrequency()
  • add bool return value to setPhase()
  • add test_constants in unit test

[0.3.4] - 2022-10-25

  • add changelog.md
  • add RP2040 in build-CI
  • add URL to examples

[0.3.3] - 2021-12-10

  • update library.json, license, readme.md
  • fix reset() for ESP32 hardware SPI

[0.3.2] - 2021-10-16

  • update Arduino-CI

[0.3.1] - 2021-08-25

  • VSPI / HSPI support for ESP32
  • faster software SPI
  • minor optimizations / refactor

[0.3.0] - 2021-06-06

  • fix factory bit mask
  • add new examples
  • some refactor
  • added multi device document

[0.2.2] - 2021-01-24

  • add manual updating frequency
  • get- setManualFQ_UD(), update()
  • inverted SELECT line as preparation for multi-device.

[0.2.1] - 2021-01-10

  • add get- and setARCCutOffFreq()

[0.2.0] - 2020-12-28

  • major refactor class hierarchy + float frequency

[0.1.2] - 2020-12-27

  • add setAutoMode() + offset

[0.1.1] - 2020-12-09

  • add Arduino-CI

[0.1.0] - 2019-03-19

  • initial version