Added libraries from Arduino 1.0.3 for sanguino build

This commit is contained in:
Yuri Valentini
2013-01-07 17:26:50 +01:00
parent dad7691df9
commit 7d20ec706e
63 changed files with 12042 additions and 7 deletions

View File

@ -26,7 +26,7 @@
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#if (ARDUINO >= 100) && !defined(__AVR_ATmega644P__)
#if (ARDUINO >= 100)
# include "Arduino.h"
#else
# include "WProgram.h"