Files @ bb4cd6d7d274
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
move diagram code to coffee
Ignore-this: b9e495a5622bb5ddc8df2f9ed4c39322
1
2
3
4
5
6
7

from dmx import Dmx

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