Files @ 0f7e99d02dc6
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
subcomposer support logging. don't start with a bogus sub
Ignore-this: f28e1e812e0d7e26e49abb8ee428d4db
1
2
3
4
5
6
7

from dmx import Dmx

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