view dmx_usb_module/pyout @ 568:aad3b84d8f33

checkpoint (patch and networking config) Ignore-this: 7e3b8e6ad901ffb59fd657a53730ba9a
author David McClosky <dmcc@bigasterisk.com>
date Sat, 19 Jun 2010 21:47:30 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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