This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <ArduinoJson.h> | |
#include "FastLED.h" | |
#include "WeatherLights.h" | |
// Color quantity | |
#define NUM_LEDS 2 | |
// Data pin data will flow through |