mathertel / DMXSerial

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

Wrong prototype for _DMX_setMode() #65

Open hselasky opened 2 years ago

hselasky commented 2 years 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