Go to the source code of this file.
Functions | |
| void | resetCb (void) |
| void | setup () |
| void | loop () |
Variables | |
| ELClient esp & | Serial |
| ELClientWebServer webServer & | esp |
| void loop | ( | ) |
| void resetCb | ( | void | ) |
| void setup | ( | ) |
| ELClientWebServer webServer& esp |
Definition at line 28 of file webserver_controls.ino.
This is a sample for trying out each HTML control
Test board: ESP8266 RX <–level shifter--> Arduino TX ESP8266 TX <–level shifter--> Arduino RX ESP8266 GPIO0 <–level shifter--> Arduino RESET (optional)
Arduino LED is on PIN 13 Connect an 1K trimmer to Arduino (voltage): VCC <-> A0 <-> GND
Video: https://www.youtube.com/watch?v=vBESCO0UhYI
Definition at line 25 of file webserver_controls.ino.