Hi,
I want to use DMX with my Arduino DUE, so I do what is describe in this link :
https://code.google.com/p/tinkerit/wiki/DmxSimple
Problem, when I'm compiling this code :
Code:
#include <DmxSimple.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Error message :
Arduino : 1.5.7 (Windows smiley-cool, Carte : "Arduino Due (Programming Port)"
C:\Users\Flo\Documents\Arduino\libraries\DmxSimple\DmxSimple.cpp:6:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
Can you help me please?
Thank you.