-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Provide a simple interface for users to interface with the ANT+ ecosystem by handling as much of the non-implementation specific details as possible.
This project provides most of the ANT+ functionality (Datapages, broadcast patterns, channel configuration), but it will not stop the user from breaching the scope or functionality of the ANT+ profile being used. This library also does not implement the complete functionality of any of the ANT+ profiles. The library simply provides a starting point with where the user can complete the rest of the profile. Common missing features include paired device memory, file system handling, and other various implementation details.
This project aims to be highly portable, by building off the ant-driver interface, any ant-driver implementation can be used to power the ANT+ library. Future plans include porting this library to the mbed ecosystem.