This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Running nRF8001 example code on Teensy3.0 Arduino

Hi there!

I'm trying to run the 2014 arduino example code on a Teensy3.0 arduino variant. I need to know if the example file will run on the ARM core.

Right now I'm getting this error:

.../BLE06Jan2104/hal_aci_tl.cpp:37:23: fatal error: avr/sleep.h: No such file or directory compilation terminated.

Do I need to modify the btle library to be compatible with this version of the Arduino? Thanks! -r

Related