view dmx_usb_module/pyout @ 811:b19cd005a491

just comments Ignore-this: 850b0da90240ab6f764430505809fd6d
author drewp@bigasterisk.com
date Sat, 29 Sep 2012 20:59:13 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)