view dmx_usb_module/pyout @ 1269:166f8da8b62b

hardcode different dimmer names Ignore-this: 511289965e461c67b6245256dc07f990
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 03:31:49 +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"