mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-09 23:25:45 +00:00
fixed ESPDMX
This commit is contained in:
parent
d9485b4537
commit
04b605b7d4
2 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@ class DMXESPSerial
|
|||
public:
|
||||
int sendPin;
|
||||
int recvPin;
|
||||
bool started;
|
||||
bool dmxStarted;
|
||||
uint8_t dmxDataStore[DMXCHANNELS + 1];
|
||||
|
||||
void init(int pinSend, int pinRecv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue