view dmx_usb_module/pyout @ 1153:22b3563bc3cd

clamp blacklight output val Ignore-this: bdea33f245693ed1623b8cd7929f71fe
author drewp@bigasterisk.com
date Sat, 14 Jun 2014 23:06:22 +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"