view dmx_usb_module/pyout @ 1202:6bc6f0862959

fixes from during the sunday night show Ignore-this: 28e0c6b6142a93f249088923c6b98567
author drewp@bigasterisk.com
date Mon, 16 Jun 2014 04:55:46 +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"