How develop a library for esp8266 arduino?
Posted: Thu Dec 24, 2015 4:50 am
I develop a web wifi config, like this:
I want to make a library to open source . I make the library in /Users/username/Library/Arduino15/packages/esp8266/hardware/esp8266/2.0.0/libraries
but when I compilation , arduino IDE said :
Anyone have some idea for it ?
I want to make a library to open source . I make the library in /Users/username/Library/Arduino15/packages/esp8266/hardware/esp8266/2.0.0/libraries
but when I compilation , arduino IDE said :
Code: Select all
ESP8266WiFi.h: No such file or directory
#include "ESP8266WiFi.h"
^
compilation terminated.
Anyone have some idea for it ?