WLED/wled00/dmx.h

11 lines
258 B
C
Raw Normal View History

2020-03-28 13:30:51 +01:00
#ifndef WLED_DMX_H
#define WLED_DMX_H
/*
* Support for DMX via MAX485.
* Needs the espdmx library. You might have to change the output pin within the library. Sketchy, i know.
* https://github.com/Rickgg/ESP-Dmx
*/
void handleDMX();
#endif //WLED_DMX_H