Files @ 0818825c629f
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
vidref bomb if a dir appears empty of frames. that's probably an error
Ignore-this: eb1db1289f1f295fa1f1220678085c11
1
2
3
4
5
6
7

from dmx import Dmx

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