view dmx_usb_module/pyout @ 1151:fe7ed6395e9f

don't coast if song is paused Ignore-this: 81b4d1c6236262b4fbfeb74b3d1a841e
author drewp@bigasterisk.com
date Sat, 14 Jun 2014 22:33:59 +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"