Files @ 86732ba7d9ae
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
curvecalc now gets its curves from the rdf graph, and can persist their points there too (save is still an explicit command)
Ignore-this: 541488a3f299d2ca77a993118e1b974
1
2
3
4
5
6
7

from dmx import Dmx

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