view dmx_usb_module/pyout @ 1173:423941a4b489

show 2014 checkpoint Ignore-this: 3dc1b1fb5a0ccb189eac5af97fc90c11
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 06:18:06 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

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