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

Add SPIFFS Support

This commit is contained in:
ficeto
2015-05-13 19:50:31 +03:00
parent 8d1c59842e
commit 3ff7641329
21 changed files with 7234 additions and 0 deletions

View File

@ -38,6 +38,7 @@ extern "C" {
#include "pgmspace.h"
#include "esp8266_peri.h"
#include "twi.h"
#include "spiffs/spiffs.h"
void yield(void);
@ -211,6 +212,7 @@ void loop(void);
#include "WString.h"
#include "HardwareSerial.h"
#include "FileSystem.h"
#include "Esp.h"
uint16_t makeWord(uint16_t w);