view dmx_usb_module/pyout @ 678:9eed31bf435b

cp Ignore-this: c563c907cd47045323e6c7f673f4db95
author drewp@bigasterisk.com
date Tue, 21 Jun 2011 00:02:57 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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