view dmx_usb_module/pyout @ 715:9865cf5e07fd

collapse and mute support. very hard Ignore-this: fc53c238b07d4b8240706413f7e5316e
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 12 Jun 2012 07:58:03 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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