Arduino Due Libraries Problems

As I mentioned in the thread: http://arduino.cc/forum/index.php/topic,153761.0.html

I solved this one by defining my own version of the defines I needed to make the code to work. That is I don't believe there is a separate memory space for code versus data, so for the most part you don't need these defines. So you simply need to define them in such a way as they are a NOP or define the underlying data type.

Kurt