view dmx_usb_module/pyout @ 1475:a749079ec774

focus should also be sticky attr Ignore-this: e7f8be6b0614c456b6a80aa23991a78f
author drewp@bigasterisk.com
date Sun, 12 Jun 2016 21:01:20 +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"