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:
@ -26,11 +26,7 @@
|
||||
#error Your Configuration.h and Configuration_adv.h files are outdated!
|
||||
#endif
|
||||
|
||||
#if (ARDUINO >= 100)
|
||||
#include "Arduino.h"
|
||||
#else
|
||||
#include "WProgram.h"
|
||||
#endif
|
||||
#include "Arduino.h"
|
||||
|
||||
#define BIT(b) (1<<(b))
|
||||
#define TEST(n,b) (((n)&BIT(b))!=0)
|
||||
|
Reference in New Issue
Block a user