Skip to content

Instantly share code, notes, and snippets.

View nipunasudha's full-sized avatar
💻
Busy 😍

ParagonTheDev nipunasudha

💻
Busy 😍
View GitHub Profile
@nipunasudha
nipunasudha / ESP8266 SDK Example Code Chunks.cpp
Created June 21, 2017 17:13
ESP8266 SDK Example Code Chunks
//IMPORTING ESP+WIFI-------------------------------------
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
//PIN DECLARATIONS
#define REDLED 15
#define GREENLED 13
#define BLUELED 12
Hello World