Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1107:512381de45bd
effectclasss in subserver. multiline code suppport (except for evaulation). add some old effect funcs to the new evaluator
Ignore-this: c9bb7359c851bc7c43fb48c50bf41d79
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 10 Jun 2014 08:48:34 +0000 |
parents | 2b2ad8e7cb9f |
children |
line wrap: on
line source
from dmx import Dmx d = Dmx(port="/dev/dmx1") while 1: d.write("\x00" * 100) print "wrote"