view dmx_usb_module/pyout @ 530:77b17dc36834

jqueryui Ignore-this: 7b7301e85e4f7c7c01cced298e9e4d34
author drewp@bigasterisk.com
date Fri, 11 Jun 2010 07:16:46 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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