nodemcu project
Nodemcu project arduino cording ///////////////////////////////// // Generated with a lot of love// // with TUNIOT FOR ESP8266 // // Website: Easycoding.tn // ///////////////////////////////// //Header Library #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> //////////////////////////////////////////////////////////////////////////////////////////////////////////// //Define SSID, PASSWORD & PORT const char *ssid = "Group51"; const char *password ="sandip007"; ESP8266WebServer server(80); /////////////////////////////////////////////////////////////////////////////// //Get responce from Page and Code for Forward/Reverse/Left/Right Motion void handleRoot() {response();} void ON1() {digitalWrite(13,HIGH);