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

1.1.0

Compare
Choose a tag to compare
@aentinger aentinger released this 13 Sep 06:13

Changelog

  • Link logo to 107-Arduino-DroneCore (#28)
  • Align main header file name with library name. (#29)
  • Replace outdated manage-labels.yml with sync-labels.yml (#30)
  • Add missing sync-labels.yml. (#31)
  • Unifying sensor APIs by inherint from ArduinoSensorBase<>. (#32)
  • Include ArduinoTMF8801 within the drone namespace. (#33)
  • Drop for to support ArduinoSensorBase:v1.0.4 API change. (#34)
  • Bugfix: Set sensor parameter update_rate according to desired measurement period. (#35)
  • Replace polling with interrupt based retrieval of new sensor data. (#36)
  • Encapsulate const TMF8801_DEFAULT_I2C_ADDR within TMF8801 namespace. (#37)