Files @ 2b2ad8e7cb9f
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
update dmx_usb. ok on kernel 3.5.0
Ignore-this: 207b5a346c5e1e781d46ddcb44d510bf
1
2
3
4
5
6
7

from dmx import Dmx

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