view dmx_usb_module/pyout @ 474:c4807e96ee90

KC was sending values that didn't match bcf2000 api Ignore-this: 30e5221aa0c229310e6e6043fd4e86bf
author drewp@bigasterisk.com
date Fri, 12 Jun 2009 10:37:24 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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