view dmx_usb_module/pyout @ 820:f7ae0faa0a44

makefile and nosetests path fix. new contextsForStatement Ignore-this: 424b0fa004ff5366b8035af42d9d9d0d
author drewp@bigasterisk.com
date Tue, 15 Jan 2013 21:01:03 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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