Files @ 3bb58b74c9c1
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
timeline: add cache of floats between graph updates for smoother redraws
Ignore-this: dbdc4782855087f4ec12f1d24d440484
1
2
3
4
5
6
7

from dmx import Dmx

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