Arduino DUE & DmxSimple

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.

Duplicate post, see my answer to the other thread. And don't cross-post!

Hi MarkT, duplicate posts are bad, but your answer also. I searched google for using Arduino Due with DmxSimple Library because I get the exact same error described in THIS Post.
Now I landed here and read "Duplicate post, see my answer to the other thread". Which thread? Where ist the answer. I can't see a link or hint, where to look. Such post doesn't help, they annoy.