view dmx_usb_module/pyout @ 990:7c14520fba29

add some non-chase effects for dragging in. all drag curves are now called <sub>_env to avoid conflicts in the expr namespace Ignore-this: 51eda766db229a14612edd0cf6e7ed4b
author drewp@bigasterisk.com
date Sun, 16 Jun 2013 18:43:15 +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"