Skip to content

Commit

Permalink
native: add note in example
Browse files Browse the repository at this point in the history
  • Loading branch information
cujomalainey committed Jun 21, 2020
1 parent f081375 commit bcf202a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/NativeAnt/NativeAnt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
************************************/

#include "ANT.h"
/**
* NOTE:
* Bluefruit is only for Adafruit platforms. If you have a BLE library on your platform it will likely need
* to have its SD enable call patched to take the ant license. The enable call must be made before you start
* the ANT lib.
*/
#include "bluefruit.h"

#define BAUD_RATE 115200
Expand Down

0 comments on commit bcf202a

Please sign in to comment.