view dmx_usb_module/pyout @ 934:f92550d33004

comment Ignore-this: a07548dfc59119492568a4deb8ea4c92
author drewp@bigasterisk.com
date Wed, 12 Jun 2013 07:31:21 +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"