Files @ a13eee92e60c
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
fix up curvecalc to run
Ignore-this: d5f1076b64fd606698730273211b75b9
1
2
3
4
5
6
7

from dmx import Dmx

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