view dmx_usb_module/pyout @ 817:6885c2fa9369

subcomposer halfway to having the editchoice widget Ignore-this: 21eb05393c045298c173e0869371aaf9
author drewp@bigasterisk.com
date Thu, 01 Nov 2012 04:00:16 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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