view dmx_usb_module/pyout @ 1175:e435649569f3

add statprof dep Ignore-this: 7da749122dff214696d0c2682104ae06
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 06:19:56 +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"