Skip to content

Arduino Code for esp8266 to control the hue of a LED strip.

Notifications You must be signed in to change notification settings

Patrick2003/shelflight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";

About

Arduino Code for esp8266 to control the hue of a LED strip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages