Files @ ce6bd8ff49e2
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
KC mark a dead subbox with a new attribute, since it's awkward to make self.scale an Optional
Ignore-this: 7f0c1c6a8b3a349329cffb1c2849dba4
1
2
3
4
5
6
7

from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"