view dmx_usb_module/pyout @ 528:581dfd11d9fd

-v for old ascoltami Ignore-this: 4479304616f754efc7f352d3a58f6307
author drewp@bigasterisk.com
date Fri, 11 Jun 2010 07:13:50 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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