Files @ b5efddd80dad
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
update more shbang lines
Ignore-this: fce511ba0c4892fad7eafd17dafe9a82
1
2
3
4
5
6
7

from dmx import Dmx

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