Skip to content

Instantly share code, notes, and snippets.

@koffienl
koffienl / gist:0e0c1a83cb9b8d53ca1a
Created February 16, 2016 20:43
interrupt pulse counter
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
const char* ssid = "xx";
const char* password = "xx.com";
ESP8266WebServer server(80);