view dmx_usb_module/pyout @ 1044:a2081b9adfe4

effecteval now takes dropped subs and makes new effects out of them Ignore-this: 69423eca1858291f486dd2a202d3732a
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 28 May 2014 07:37:36 +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"