Is it possible to start the LightDxlController(MetaDxlController): to have the led control witch is not in the basedxlcontroller but at a frenquency of 50 Hz and not 25 like it is define in pypot ?
Or maybe add the led control in the basedxlcontroller :
> led_motors = [m for m in motors if m.model.startswith(‘XL-320’)]
if led_motors: controllers.append(DxlController(io, led_motors, 5., False, 'set', 'LED_color', 'led'))