Deprecate Support for Arduino IDE < 1.0.5
Note that newer versions of the IDE can still be made to support compilation for the older boards.
This commit is contained in:
parent
4c3ca0b5b6
commit
06ae832276
5 changed files with 3 additions and 73 deletions
|
|
@ -2,12 +2,8 @@
|
|||
blinkm.h
|
||||
Library header file for BlinkM library
|
||||
*/
|
||||
#if ARDUINO >= 100
|
||||
#include "Arduino.h"
|
||||
#else
|
||||
#include "WProgram.h"
|
||||
#endif
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "Wire.h"
|
||||
|
||||
void SendColors(byte red, byte grn, byte blu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue