
Go to the source code of this file.
Macros | |
| #define | BUFLEN 266 |
Functions | |
| void | wifiCb (void *response) |
| void | setup () |
| void | loop () |
Variables | |
| ELClient esp & | Serial |
| ELClientRest rest & | esp |
| boolean | wifiConnected = false |
| float | solarValue = 99.5 |
| char * | api_key = "K9LDRXS7BXSN8X1J" |
ESP8266 RESTful Thingspeak example
Definition in file thingspeak.ino.
| #define BUFLEN 266 |
Definition at line 104 of file thingspeak.ino.
| void loop | ( | ) |
Definition at line 106 of file thingspeak.ino.
| void setup | ( | ) |
| void wifiCb | ( | void * | response | ) |
Definition at line 36 of file thingspeak.ino.


| char* api_key = "K9LDRXS7BXSN8X1J" |
Definition at line 102 of file thingspeak.ino.
| ELClientRest rest& esp |
Definition at line 30 of file thingspeak.ino.
Definition at line 27 of file thingspeak.ino.
| float solarValue = 99.5 |
Definition at line 100 of file thingspeak.ino.
| boolean wifiConnected = false |
Definition at line 32 of file thingspeak.ino.