view dmx_usb_module/pyout @ 931:3d8ad77176ec

rdfdb handles file removals Ignore-this: 3f3db320b7418979f4061cb86c226573
author drewp@bigasterisk.com
date Wed, 12 Jun 2013 02:35:30 +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"