view dmx_usb_module/pyout @ 592:776401dea077

vidref: try not to stop gathering time even upon error; don't scan dirs repeatedly, which was ruining seeks Ignore-this: a303b02cbdc2e1224534b8d5a2500fcc
author drewp@bigasterisk.com
date Sun, 20 Jun 2010 05:04:47 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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