Ant Arduino Versions Save

An implementation of a ANT driver for Arduino, Mbed and ESP-IDF

2.0.3

1 year ago

fix project to conform with new platformio standards

2.0.2

1 year ago

Fixes arduino builds on top of mbed

2.0.1

3 years ago

Cleaned up all cpp check errors, no functional changes

2.0.0

3 years ago

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.

1.1.0

6 years ago

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

1.0.2

6 years ago

Add support for testing

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

1.0.1

6 years ago

Fix for unidirectional channel configuration

1.0.0

6 years ago

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

0.3.0

6 years ago
  • 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

0.2.0

7 years ago

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