Files @ b9174fe520c6
Branch filter:

Location: light9/dmx_usb_module/pyout

drewp@bigasterisk.com
2013 readme
Ignore-this: 7db1d0fe47839f424d02e0529569907c
1
2
3
4
5
6
7

from dmx import Dmx

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