view dmx_usb_module/pyout @ 1358:6ea2e1aa5070

uriValue support Ignore-this: e54fadb2968d9c5a260fd7c4d1857e91
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 09:20:49 +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"