-
Notifications
You must be signed in to change notification settings - Fork 2
compile on Arduino Due
Teemu Hakala edited this page Jun 1, 2013
·
8 revisions
Arduino libraries and their examples need to be test compiled to see what APIs need work and if they are simple to fix or have to be forgotten for now.
- NewPing15Sensors ERROR
In file included from NewPing15Sensors.pde:12:
/Users/teemu/Documents/Arduino/libraries/NewPing/NewPing.h:113: fatal error: avr/io.h: No such file or directory
compilation terminated.
- NewPingEventTimer ERROR
In file included from NewPingEventTimer.pde:12:
/Users/teemu/Documents/Arduino/libraries/NewPing/NewPing.h:113: fatal error: avr/io.h: No such file or directory
compilation terminated.
- NewPingExample ERROR
In file included from NewPingExample.ino:5:
/Users/teemu/Documents/Arduino/libraries/NewPing/NewPing.h:113: fatal error: avr/io.h: No such file or directory
compilation terminated.
- TimerExample ERROR
In file included from TimerExample.pde:10:
/Users/teemu/Documents/Arduino/libraries/NewPing/NewPing.h:113: fatal error: avr/io.h: No such file or directory
compilation terminated.
- DHTtester ERROR
/Users/teemu/Documents/Arduino/libraries/DHT/DHT.cpp: In member function 'boolean DHT::read()':
/Users/teemu/Documents/Arduino/libraries/DHT/DHT.cpp:110: error: 'cli' was not declared in this scope
/Users/teemu/Documents/Arduino/libraries/DHT/DHT.cpp:140: error: 'sei' was not declared in this scope
- DS18x20_Temperature OK
- DS2408_Switch OK
- DS250x_Prom OK