9 lines
152 B
C
9 lines
152 B
C
#ifndef WLED_IR_H
|
|
#define WLED_IR_H
|
|
/*
|
|
* Infrared sensor support for generic 24/40/44 key RGB remotes
|
|
*/
|
|
|
|
void handleIR();
|
|
|
|
#endif //WLED_IR_H
|