view dmx_usb_module/pyout @ 1508:df1237c39672

upgrade lots of pydeps; fix package install instructions Ignore-this: 4186222244831daaa7b0136b5a89f5bc
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 Mar 2017 08:23:30 +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"