Files @ 417e23dc0af0
Branch filter:

Location: light9/dmx_usb_module/pyout - annotation

Drew Perttula
add marble-ice theme. use --reload to opt in to all autoreloading
Ignore-this: d87e96e140fa5c7d43bc3cdc32b86a50
1
2
3
4
5
6
7

from dmx import Dmx

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