view dmx_usb_module/pyout @ 802:5442f5d8979a

reformat Ignore-this: 366fc5043cae2df6da62c8704cf81e57
author drewp@bigasterisk.com
date Mon, 16 Jul 2012 22:32:51 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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