view dmx_usb_module/pyout @ 641:c113c759559b

more menubar. not many working actions yet Ignore-this: 6471725b1f8405bd5682522c36389d01
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 17 Jun 2011 08:18:37 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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