smujzee / lolshield

Automatically exported from code.google.com/p/lolshield
0 stars 0 forks source link

Update for Arduino 1.0 when released #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Arduino 1.0 will introduce some changes. Many won't interference with lolshield 
in any way, but one thing will:
WProgram.h got renamed to Arduino.h. In beta3 of Arduino 1.0, this makes 
Sketches (and one example) using your library fail to compile. 

Original issue reported on code.google.com by ulrich.moritz on 8 Sep 2011 at 5:44

GoogleCodeExporter commented 9 years ago
Also, the file extension of sketches is now ".ino". Arduino automatically 
updates the extensions of the examples, but you should change them in the 
repository too.

Apart from WProgram.h-issue, the lolshield library works fine with 1.0.

Original comment by ulrich.moritz on 8 Sep 2011 at 5:46

GoogleCodeExporter commented 9 years ago
There's a patch for WProgram.h / Arduino.h, see issue #17. I think issue #14 
can be closed.

Original comment by thilo.al...@gmail.com on 5 Jan 2012 at 1:23

GoogleCodeExporter commented 9 years ago
Duplicate of Issue #17 (which is more specific). Fixed.

Original comment by thilo.al...@gmail.com on 7 Jan 2012 at 7:49