Skip to content

Releases: cujomalainey/antplus-arduino

1.2.0

07 Feb 04:05
c198052
Compare
Choose a tag to compare

Apologies to those that contributed to this release given how long it took to push out

This add multiple features from community contributions including the following profiles

  • FEC
  • Shifting
  • MuscleOxygen
  • BicyclePower

This also included a large internal refactor to reduce boilerplate code bloat.

Enjoy

Fix examples for new driver

29 Jun 17:19
20ea984
Compare
Choose a tag to compare

Framework was patched but examples were not. Updated driver names so examples now build.

Refactor for ant-arduino v2.0.0

29 Jun 03:37
ce66d47
Compare
Choose a tag to compare

General refactor to fix issues found via static analysis as well as the handle the breaking changes in v2.0.0 of ant-arduino. No new features.

Completed master profiles

21 Aug 05:45
e897ff8
Compare
Choose a tag to compare
  • Core master profile complete
  • LEV display added
  • Heart Rate Monitor added
  • Added core API tests
  • Added device search API

v0.3.0

28 Jun 05:32
5dacc1b
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added support for proper runtime channel handling
  • Various important bug fixes
  • Added some core infra to be used in upcoming profiles and searching methods

Add Environment Display and Bike Speed Display profiles

05 Feb 04:29
98d5cff
Compare
Choose a tag to compare

Minor naming fixes to heart rate and other fixes included as well to general profile structure

Initial Release

02 Oct 05:10
0fcd498
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Supports slave profiles

HR Monitor profile implemented