1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Renamed WProgram.h to Arduino.h.

This commit is contained in:
David A. Mellis
2011-03-01 19:52:13 -05:00
parent 97abbd7a31
commit d05e4021d0
27 changed files with 24 additions and 30 deletions

View File

@ -1,5 +1,5 @@
#ifndef WProgram_h
#define WProgram_h
#ifndef Arduino_h
#define Arduino_h
#include <stdlib.h>
#include <string.h>

View File

@ -18,7 +18,7 @@
*/
#include <stdlib.h>
#include "WProgram.h"
#include "Arduino.h"
#include "WString.h"

View File

@ -20,7 +20,7 @@
#ifndef String_h
#define String_h
//#include "WProgram.h"
//#include "Arduino.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -1,4 +1,4 @@
#include <WProgram.h>
#include <Arduino.h>
int main(void)
{