view dmx_usb_module/pyout @ 1280:b57e09e4fe1c

log Ignore-this: 3bf0d3709c5a693954ec599ed8b935c2
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 17:30:00 +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"