sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

TimerOne library for NRF51822 ? #176

Closed mustafaevrenpolat closed 6 years ago

mustafaevrenpolat commented 7 years ago

Which library is required for NRF51822.

https://code.google.com/archive/p/arduino-timerone/downloads

TimerOne-r11.zip or TimerOne-v9.zip doesnt work

I'm getting an error for temp_sensor example : \Arduino\libraries\TimerOne/TimerOne.h:39:20: fatal error: avr/io.h: No such file or directory

Regards

sandeepmistry commented 6 years ago

@mustafaevrenpolat there is no TimerOne library for the nRF51 as far as I know. The example that uses it in this library is targeted for AVR based boards.