view dmx_usb_module/pyout @ 658:a5a962475984

turn off vidref logger; it has a crash problem probably from mixed threads Ignore-this: ee1fab55c0af7f1cfbb390d7e47ba339
author drewp@bigasterisk.com
date Sat, 18 Jun 2011 21:17:44 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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