view dmx_usb_module/pyout @ 784:50929b5e9c1a

checkpoint Ignore-this: 8c32aab7730c81c2736a27ef3a09cee
author drewp@bigasterisk.com
date Sun, 17 Jun 2012 01:59:04 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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