Files @ 43ddee394d28
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
more tkdnd install instructions
Ignore-this: 1afd9332542b58506bdc276deb5cd89a
1
2
3
4
5
6
7

from dmx import Dmx

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