ivanseidel / DueTimer

⏳ Timer Library fully implemented for Arduino DUE
MIT License
212 stars 89 forks source link

This library doesn't work #49

Closed cyrilfr closed 8 years ago

cyrilfr commented 8 years ago

This library cannot be installed: Invalid library found in /root/Arduino/libraries/DueTimer: Missing 'core-dependencies' from library

Daniel-dk commented 8 years ago

did you follow the installation instructions on : https://github.com/ivanseidel/DueTimer ? and do you have "Arduino SAM Boards" installed as a board in the Arduino IDE ( via boards manager ? ) Tools -> Board -> Boards Manager -> Arduino SAM boards

cyrilfr commented 8 years ago

No, I'm working with Arduino Due.

Daniel-dk commented 8 years ago

Arduino SAM Boards is the installation package that contains Arduino Due ( cortex M3 ) core dependancies

cyrilfr commented 8 years ago

I'm using a patched (bossac) version of Arduino IDE 1.5.4 compatible with the SAM3x of the UDOO Quad board. I must select "Arduino Due (Native Port)" in the "Board" menu. I don't have a SAM Boards entry.