view dmx_usb_module/pyout @ 1006:f7a0e26fbe7b

curtain Ignore-this: c57e39c811230842f98e776f2af33cb2
author drewp@bigasterisk.com
date Mon, 17 Jun 2013 02:06:56 +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"