This repository has been archived by the owner on May 26, 2024. It is now read-only.
Releases: 107-systems/107-Arduino-TMF8801
Releases · 107-systems/107-Arduino-TMF8801
1.5.0
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
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
- @dependabot made their first contribution in #54
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Add functions to control GPIOs by @generationmake in #40
- Add function to read out serial number by @generationmake in #41
- Add function to change I2C address of TMF8801 by @generationmake in #42
- TMF8801-gpio -> TMF8801-GPIO to be consistent with other example naming. by @aentinger in #43
- Adding missing keyword
change_i2c_address
by @aentinger in #44
New Contributors
- @generationmake made their first contribution in #40
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
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
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
andmbed_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
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)