Skip to content

Instantly share code, notes, and snippets.

@mec-kon
mec-kon / esp8266_io_http.ino
Created August 26, 2020 19:23 — forked from rzbrk/esp8266_io_http.ino
Read digital Input on ESP8266 and display on website
/*
ESP8266 IO HTTP
This program reads on digital input of the ESP8266 and displays
the result on a webpage. The ESP8266 connects directly to a
defined wifi on bootup.
*/
#include <ESP8266WiFi.h>