Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Thanks
Original comment by akaruv...@gmail.com
on 28 Dec 2011 at 12:33
Thanks a lot
Original comment by jakobhan...@gmail.com
on 12 Apr 2012 at 6:05
Thanks a lot
Original comment by iacopo...@gmail.com
on 30 Jul 2012 at 7:50
Patch for DmxSimple.cpp to fix this for all versions (untested with version <
1.0 - can someone verify?):
11c11,16
< #include "wiring.h"
---
> #if ARDUINO >= 100
> #include "Arduino.h"
> #else
> #include "wiring.h"
> #endif
>
Original comment by djfl...@gmail.com
on 8 Aug 2012 at 9:15
Verified this for < 1.0 (0023). Attached is the new DmxSimple.cpp file.
Original comment by m...@hhermsen.nl
on 23 Oct 2012 at 11:14
Attachments:
I keep getting a compile error
C:\Program Files (x86)\Arduino\libraries\dmxSimple\DmxSimple.cpp:194: error:
'min' was not declared in this scope
My schetch is the default empty sketch with JUST the
#include <DmxSimple.h>
nothing in setup()
nothing in Loop()
empty schetch like I said with just the INCLUDE.
I am using an ARUDINO YUN ... is that compatible ???
Original comment by chas...@gmail.com
on 5 Jan 2015 at 10:29
Original issue reported on code.google.com by
anik.k...@gmail.com
on 7 Dec 2011 at 11:25