mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
add proper headers
This commit is contained in:
parent
24ce4518d7
commit
742d47b80a
@ -1,3 +1,10 @@
|
|||||||
|
/****
|
||||||
|
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
|
||||||
|
* Created 2015 by Skurydin Alexey
|
||||||
|
* http://github.com/anakod/Sming
|
||||||
|
* All files of the Sming Core are provided under the LGPL v3 license.
|
||||||
|
****/
|
||||||
|
|
||||||
#include "spiffs_esp8266.h"
|
#include "spiffs_esp8266.h"
|
||||||
#include "spi_flash.h"
|
#include "spi_flash.h"
|
||||||
#include "esp8266_peri.h"
|
#include "esp8266_peri.h"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/****
|
||||||
|
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
|
||||||
|
* Created 2015 by Skurydin Alexey
|
||||||
|
* http://github.com/anakod/Sming
|
||||||
|
* All files of the Sming Core are provided under the LGPL v3 license.
|
||||||
|
****/
|
||||||
|
|
||||||
#ifndef SYSTEM_FLASHMEM_H_
|
#ifndef SYSTEM_FLASHMEM_H_
|
||||||
#define SYSTEM_FLASHMEM_H_
|
#define SYSTEM_FLASHMEM_H_
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user