view dmx_usb_module/pyout @ 1364:b7023c28dd4f

rm demo adjusters. build first real adjuster on originTime of note Ignore-this: 22f1b870b3f742aa5dc47d9427ba3847
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 06 Jun 2016 06:45:01 +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"