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-TMF8801

1.5.0

09 Aug 11:56
33751d2
Compare
Choose a tag to compare

What's Changed

  • Add support for ArduinoCore-renesas. by @aentinger in #62
  • Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #63

Full Changelog: 1.4.0...1.5.0

1.4.0

08 Mar 06:27
Compare
Choose a tag to compare

What's Changed

  • Fix viper URL. by @aentinger in #48
  • Configure Dependabot to check for outdated actions used in workflows by @aentinger in #49
  • Add simple firmware update functions by @generationmake in #46
  • Bump actions/checkout from 2 to 3 by @dependabot in #54
  • Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #53
  • Bump carlosperate/download-file-action from 1.0.3 to 1.1.1 by @dependabot in #52
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #51
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #50
  • Fix: Header file name of 107-Arduino-Debug has changed. by @aentinger in #55
  • Fix CI: Exclude PDFs from being spell-checked. by @aentinger in #56
  • Bump carlosperate/download-file-action from 1.1.1 to 2.0.0 by @dependabot in #57
  • Add support for arduino-pico/RP2040. by @aentinger in #58
  • Fix: envie_m4 is no longer a valid FQBN. by @aentinger in #59
  • Configure "Compile Examples" workflow for authenticated API requests. by @aentinger in #60
  • Add TMF8701 and TMF8805 to compatibility list. by @aentinger in #61
  • Add function for polled data retrieval in order to support non-int-containing ESLOV connector. by @aentinger in #47

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

07 Jan 18:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

27 Sep 04:28
5fda818
Compare
Choose a tag to compare

Changelog

  • Implement RAM Firmware Upload (#38)

1.1.0

13 Sep 06:13
Compare
Choose a tag to compare

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)

1.0.2

26 Jul 07:59
Compare
Choose a tag to compare

Changelog

  • Add example pin connections for Arduino Zero. (#17)
  • Replacing outdated TMF8801 datasheets with the latest version. (#18)
  • Allow configuration of measurement period (#19)
  • Add mbed_nano and mbed_portenta to list of supported architectures. (#20)
  • Add Arduino Library Badge (ArduBadge) (#22)
  • Update CI workflow for Arduino project-specific linting (#23)
  • Adding 107-systems logo in top/right corner of README. (#24)
  • Adding API calls for clearing/enabling/disabling interrupts. (#26)
  • Add support for Nano RP2040 Connect and Edge Control (#27)

1.0.1

13 Dec 20:52
f5f8517
Compare
Choose a tag to compare

Changelog

  • Add continuous integration workflows (#7)
  • Renaming I2C access functions due to name collision with arduino provided functions (#8)
  • Fix spelling of "Unknown" (#9)
  • Link to viper logo in .github default repository (#10)
  • Add a CI workflow to sync organization-wide labels (#11)
  • Add warning to inform user about the need to run TMF8801-FactoryCalib to obtain sensor calib data (#14)
  • List available breakout/development boards for TMF8801 sensor (#15)
  • Limit supported core architectures to samd and mbed (#16)

1.0.0

23 Nov 07:19
4475c05
Compare
Choose a tag to compare

Initial release of 107-Arduino-TMF8801 which allows to use the AMS TMF8801 ToF sensor with Arduino.