10 lines
144 B
C
10 lines
144 B
C
#ifndef WLED_HUE_H
|
|
#define WLED_HUE_H
|
|
/*
|
|
* Sync to Philips hue lights
|
|
*/
|
|
|
|
void handleHue();
|
|
void reconnectHue();
|
|
|
|
#endif //WLED_HUE_H
|