Files @ 53da47fd5a90
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
KC doesn't crash when you're testing a show with no subs
Ignore-this: ba2d8218a20140f563d831a44407a252
1
2
3
4
5
6
7

from dmx import Dmx

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