view dmx_usb_module/pyout @ 1471:ba24eeb2853a

effects and config Ignore-this: dccc8e21c4def7776ed23e975f7b3373
author drewp@bigasterisk.com
date Sun, 12 Jun 2016 19:07:00 +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"