Files @ 3648a427e9a0
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
switch to usb_free_coherent and usb_alloc_coherent for new linux kernel
Ignore-this: 6e4a0ad850b115888666e4cd930434ec
1
2
3
4
5
6
7

from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)