view dmx_usb_module/pyout @ 477:b1ec84833f36

update song 17, theater patch Ignore-this: b461127a893f94ac5f87929586289c0e
author drewp@bigasterisk.com
date Fri, 12 Jun 2009 23:18:36 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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