view dmx_usb_module/pyout @ 1647:67347c027b2a

hopefully harmmless steps towards making the handler tree right Ignore-this: 1e7acf9e64ac8cc5250a3da3876af130
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 10 Jun 2017 10:19:35 +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"