view dmx_usb_module/pyout @ 573:b224249fcb2f

cp Ignore-this: 5ccecec8a1f2a63bfc5c9f3ab6d0c649
author David McClosky <dmcc@bigasterisk.com>
date Sat, 19 Jun 2010 22:01:37 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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