Files
WLED_MM_Infinity/wled00/wled_hue.h
2020-03-25 04:00:55 -04:00

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