view dmx_usb_module/pyout @ 1177:eccb02a704cf

big speedup on graph.contains Ignore-this: 53c970be29bac62467052ba11cedce53
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 15 Jun 2014 07:07:09 +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"