What steps will reproduce the problem?
1. When you use the DmxSimple library with Arduino 1.0, you get compiling
errors => cannot find "wiring.h"
I'm using a Tinker.it DMX shield v.2 with a Arduino UNO R3.
It seams that with Arduino 1.0, the header file is renamed to Arduino.h.
You can solve it by edition the file "DmxSimple.cpp"
=> change line 12: #include "wiring.h"
to: #include "Arduino.h"
This solves the compiling erros.
Thanks to share your experiances!
Regards,
Kris
Original issue reported on code.google.com by
anik.k...@gmail.comon 7 Dec 2011 at 11:25