view dmx_usb_module/pyout @ 691:62d83d456f2e

curvecalc start gtk porting Ignore-this: 85519936ae65aaa57cab3fd5d915e0de
author drewp@bigasterisk.com
date Fri, 08 Jun 2012 04:00:36 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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