view dmx_usb_module/pyout @ 1616:2362fcf5e220

paper-slider didn't clear when i wrote to immediate-value Ignore-this: d91f72fe55ebe2cc9b3b4050a598c1ff
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 07 Jun 2017 05:48:04 +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"