mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
320 stars 76 forks source link

Wrong prototype for _DMX_setMode() #65

Open hselasky opened 1 year ago

hselasky commented 1 year ago

Hi,

The prototype for void _DMX_setMode should be moved down a few lines and be changed to:

void _DMX_setMode(DMXUARTMode);

Thanks for making this library available! Working on Arduino Micro with external RS-485 driver chip!

Very custom design ;-)

--HPS