view dmx_usb_module/pyout @ 1133:0923efae4588

fix import on subcomposer Ignore-this: ac49ede48576b82a96a236ce53b39f25
author drewp@bigasterisk.com
date Sat, 14 Jun 2014 06:34:10 +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"