Skip to content

Instantly share code, notes, and snippets.

View kevinleehsu's full-sized avatar

Kevin Lee Hsu kevinleehsu

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kevinleehsu on github.
* I am hsubaru (https://keybase.io/hsubaru) on keybase.
* I have a public key ASBvXL2VRGmZsgujzIxm-EkuG7R0ZGZICVpUBPLJPvoDMwo
To claim this, I am signing this object:
@kevinleehsu
kevinleehsu / WeatherLights.h
Created January 6, 2017 08:46
WeatherLights Project (h file)
String convertGMTTimeToLocal(String timeS);
void getWeatherData();
void changeLightColor(int id, int location);
void clearScreen(int location);
void drawClearWeather(int location);
void drawFewClouds(int location);
void drawTheSun(int location);
void drawTheFullMoon(int location);
void drawTheMoon(int location);
void drawCloud(int location);
@kevinleehsu
kevinleehsu / WeatherLights.ino
Created January 6, 2017 08:45
WeatherLights Project (ino file)
#include <ESP8266WiFi.h>
#include <ArduinoJson.h>
#include "FastLED.h"
#include "WeatherLights.h"
// Color quantity
#define NUM_LEDS 2
// Data pin data will flow through