view dmx_usb_module/pyout @ 660:3322285457ac

fix musictime restkit api Ignore-this: 8bfe9f97a6ff4b58851dc41a50f62092
author drewp@bigasterisk.com
date Sat, 18 Jun 2011 21:19:24 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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