view dmx_usb_module/pyout @ 1115:818275850003

effecteval screens for only the kinds of outputs that it can send, so i can run a second instance just for LEDs Ignore-this: e1b1fdd4564096ab9e214bb5e52db765
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 13 Jun 2014 05:27: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"