view dmx_usb_module/pyout @ 1272:add6514966f8

looking for eval optimizations Ignore-this: ed3028d79f293fafc63facb01c4e26e
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 05:00:24 +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"