view dmx_usb_module/pyout @ 585:3d040f66e436

cp Ignore-this: 67180b3a7abc4858969fab9014ba4f97
author drewp@bigasterisk.com
date Sun, 20 Jun 2010 01:57:29 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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