view dmx_usb_module/pyout @ 458:8b307310cc1b

when KC launches SC to edit a sub, don't place the window right on the main SC window
author drewp@bigasterisk.com
date Sun, 15 Jun 2008 23:23:48 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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