view dmx_usb_module/pyout @ 805:54732a2f9935

SC more specific handler for faster chan label updates Ignore-this: ee973d1220bf601d0f98ae1ed96e0513
author drewp@bigasterisk.com
date Wed, 18 Jul 2012 10:09: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)