adafruit / Adafruit_nRF8001

Drivers for Adafruit's nRF8001 Bluetooth Low Energy Breakout
109 stars 53 forks source link

Compile fails on Arduino Due #4

Open Snowda opened 10 years ago

Snowda commented 10 years ago

Error thrown:

fatal error: util/delay.h: No such file or directory

Cause: The Due operates on a ARM chip rather than a AVR chipset while delay.h is specifically for the AVR chipset only

neilgrewal commented 10 years ago

im running into this issue as well, any suggestions?

pokono commented 9 years ago

Any solution to this?

ladyada commented 9 years ago

@tdicola hey this is a good one to try with our platformification.h :)