Magnus

Results 3 comments of Magnus

try `#include "DmxOutput.h"` and add picodmx to your linked libraries `target_link_libraries(test_project pico_stdlib hardware_pio hardware_dma picodmx)`

any news on how to fix this manually or in the install? Im on a Rpi4, local build of ola ``` $ git describe 0.10.2-3728-g653449120 $ uname -a Linux ola...

Some small steps forward, really work in progress and not cleaned up a bit but might be some inspiration: https://github.com/unitware/Pico-DMX/tree/feature/rdm-rx On rx path I'm using packet inspection to catch rdm-length...