view dmx_usb_module/pyout @ 1415:edc17fdcaaf1

big rewrite of adjuster update code. origin & p3 adjusters kind of work. adj layout slightly works Ignore-this: d8b55365cc1ebf43e76aec5fc9f5ec9e
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 10 Jun 2016 11:18:02 +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"