view dmx_usb_module/pyout @ 439:08a2fcf5eea1

prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
author drewp@bigasterisk.com
date Fri, 13 Jun 2008 04:02:56 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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