view dmx_usb_module/pyout @ 816:cf19fd45a40e

drop support and hover helper for tkdnd.py Ignore-this: 3d75faad9787092e0cbee7c505aa2ffa
author drewp@bigasterisk.com
date Thu, 01 Nov 2012 03:59:53 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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