got rid of annoying #define newsoftserial. parser doesnt work, ain't my monkey
This commit is contained in:
parent
107c6cd87d
commit
9fbe3baf1f
|
|
@ -15,7 +15,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftSerial.h>
|
// #include <NewSoftSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftSerial.h>
|
// #include <NewSoftSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftwareSerial.h>
|
// #include <NewSoftwareSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftSerial.h>
|
// #include <NewSoftSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftSerial.h>
|
// #include <NewSoftSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#else
|
#else
|
||||||
// Older Arduino IDE requires NewSoftSerial, download from:
|
// Older Arduino IDE requires NewSoftSerial, download from:
|
||||||
// http://arduiniana.org/libraries/newsoftserial/
|
// http://arduiniana.org/libraries/newsoftserial/
|
||||||
#include <NewSoftSerial.h>
|
// #include <NewSoftSerial.h>
|
||||||
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
// DO NOT install NewSoftSerial if using Arduino 1.0 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue