view dmx_usb_module/pyout @ 612:20bca660fca9

cp Ignore-this: 8187938803b7e4cd78432f36e9108781
author drewp@bigasterisk.com
date Mon, 21 Jun 2010 23:01:10 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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