You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did someone manage to implement a library which receives DMX data over Serial? This would be so great for many projects :)
I've written a lot of C++ libraries and classes, but I'm struggling with C...
At first I want to experiment with using Serial with interrupts as shown in this exmaple, but I'm getting this error:
/Users/chris/Documents/Arduino/STM8_DMX/STM8_DMX.ino:8: error 71: interrupt no '17' already has a service routine 'UART1_TX_IRQHandler'
Does someone know why I can't overwrite this?
The text was updated successfully, but these errors were encountered:
Did someone manage to implement a library which receives DMX data over Serial? This would be so great for many projects :)
I've written a lot of C++ libraries and classes, but I'm struggling with C...
At first I want to experiment with using Serial with interrupts as shown in this exmaple, but I'm getting this error:
Does someone know why I can't overwrite this?
The text was updated successfully, but these errors were encountered: