Skip to content

Releases: cujomalainey/ant-arduino

2.0.3 Hotfix

04 Aug 15:57
3cb0aae
Compare
Choose a tag to compare

fix project to conform with new platformio standards

2.0.2 Hotfix

04 Aug 15:29
5b76850
Compare
Choose a tag to compare

Fixes arduino builds on top of mbed

Code cleanup

16 Jan 07:28
d202731
Compare
Choose a tag to compare

Cleaned up all cpp check errors, no functional changes

Multi platform and multi protocol support

29 Jun 03:33
a4a752e
Compare
Choose a tag to compare

This release is a major refactor of the library which adds the following major features

  • Support for mbed via Serial
  • Support for ANT soft devices (currently only Arduino)
  • Massive internal refactor

This refactor added the ability to expand support platforms (ESP-IDF and Zephyr work already started) and additional protocols (SPI work already started) while maintaining support for antplus-arduino. This is a breaking change so you will need to upgrade antplus-arduino as well.

Extended Data and Encryption Messages

18 May 02:12
8d27755
Compare
Choose a tag to compare

Extended data on data messages is now enabled
Encryption configuration messages added
adding CW Test implementation.

Add Testing Support

03 Mar 22:51
30e7422
Compare
Choose a tag to compare

Add support for testing

This will allow for testing to being in ANT+ arduino as well.

Minor Config Fix

12 Dec 05:25
ead105a
Compare
Choose a tag to compare

Fix for unidirectional channel configuration

Callbacks Complete

01 Oct 04:35
d5281b5
Compare
Choose a tag to compare

Changes:

  • More messages implemented
  • Callback system complete
  • Few semantic changes

ToDos:

  • Native API
  • Burst Handling
  • Extended Fields
  • Some messages (mostly related to encryption) not yet implemented

System Refactor Complete/Started Callbacks

11 Sep 04:21
715f53e
Compare
Choose a tag to compare
  • Callbacks (usable but not complete) and Native (not usable) support started
  • More messages added
  • Refactored buffer handling for TX data messages
  • Added more examples, some incomplete

Added Broadcast Tx

27 Dec 06:58
Compare
Choose a tag to compare
Added Broadcast Tx Pre-release
Pre-release

Added Broadcast Tx support
Added Ant Version Example
Added Tx Counter Example