view dmx_usb_module/pyout @ 534:6f1eb6437c96

vidref refactor, start to add more widgets Ignore-this: b81bc966dffb486cb8b20f975a4b4b2a
author drewp@bigasterisk.com
date Sat, 12 Jun 2010 09:32:09 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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