tenbaht/sduino

DMX functionality

kokospalme opened this issue · 0 comments

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?