1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-26 07:02:15 +03:00

Merge pull request #19 from esp8266/esp8266

pull latest changes
This commit is contained in:
ficeto
2015-05-14 11:48:36 +03:00
12 changed files with 368 additions and 40 deletions

View File

@ -214,6 +214,7 @@ void loop(void);
#include "HardwareSerial.h"
#include "FileSystem.h"
#include "Esp.h"
#include "debug.h"
uint16_t makeWord(uint16_t w);
uint16_t makeWord(byte h, byte l);
@ -231,6 +232,7 @@ long random(long, long);
void randomSeed(unsigned int);
long map(long, long, long, long, long);
#endif
#include "pins_arduino.h"