view dmx_usb_module/pyout @ 498:9a031e778c71

cp Ignore-this: 60cb2c71a4907cc70cbecfc71e606546
author drewp@bigasterisk.com
date Sun, 14 Jun 2009 04:38:09 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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