view dmx_usb_module/pyout @ 1319:a6259ab66885

another pass at adjusters making rdf patches. Ignore-this: dcb7b1081c90bbf3dfa9ed17cd02226a
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 03 Jun 2016 21:43:22 +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"