Hello (:
First of all Arduino Due is very cool thing, but it is still in beta, and I have a lot of problems with it.
The main question is
"Which are the equal libraries to pgmspace.h, io.h etc."
I have a lot of shields for Arduino Uno, but more than the half shields doesn't work with Due. ( Example -> Adafruit Wave Shield, SparkFun MP3 shield )
And the main reason for that is the lack of some of the libraries.
So if someone can tell me where are located the following libraries from AVR microcontrolers in the Due library directory.
- pgmspace.h
- io.h
And are there a way to rewrite a library from Uno to Due ?