view dmx_usb_module/pyout @ 1417:9db73555b129

split code out of live/ Ignore-this: e19f398c4824044a528157a670b2c956
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 10 Jun 2016 16:54:34 +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"