Renamed WProgram.h to Arduino.h.
This commit is contained in:
parent
a3ac40f128
commit
f2af8883a7
|
@ -1,5 +1,5 @@
|
||||||
#ifndef WProgram_h
|
#ifndef Arduino_h
|
||||||
#define WProgram_h
|
#define Arduino_h
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "WProgram.h"
|
#include "Arduino.h"
|
||||||
#include "WString.h"
|
#include "WString.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#ifndef String_h
|
#ifndef String_h
|
||||||
#define String_h
|
#define String_h
|
||||||
|
|
||||||
//#include "WProgram.h"
|
//#include "Arduino.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <WProgram.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue