mathertel / DMXSerial

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

Error compilation #47

Closed Kirdone closed 3 years ago

Kirdone commented 3 years ago

Hi ! I have a little compilation problem. I don't know where my problem may come from.

Program :

image

Do you have an idea ?

ozyeng commented 3 years ago

I'm not sure but it's because of the serial phrases. If you delete the Serial.begin it will probably compile. But i dont know why really.

mathertel commented 3 years ago

you can use the Serial interface only once. You use it as debug stream with text and the DMX protocol. Both libraries (Serial, DMXSerial) work with interrupts (25 and 26) but only one can use it.

mathertel commented 3 years ago

See also #7