view dmx_usb_module/pyout @ 540:15169d92c4b7

screenshot Ignore-this: c6c5b192ca8040241b06208a2fd94129
author drewp@bigasterisk.com
date Sun, 13 Jun 2010 09:41:13 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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