view dmx_usb_module/pyout @ 818:bf728997bfde

start the observable between editchoice and the editor Ignore-this: 23094325e4b13df6a7b5d3b1325d509d
author drewp@bigasterisk.com
date Sat, 12 Jan 2013 20:51:20 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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