view dmx_usb_module/pyout @ 610:1106020c53dd

update readme Ignore-this: 399f563f7fb9e98a8f5364d7a27f0fb4
author David McClosky <dmcc@bigasterisk.com>
date Mon, 21 Jun 2010 04:49:14 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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