Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 306 Bytes

shelflight

Arduino Code for esp8266 to control the hue and brightness of a LED strip with a website.

The configuration.h has to look like the following example:

    //SSID and Password of your WiFi 
    
    const char* ssid = "WIFI_example";
    const char* password = "1234_example";