Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1018:e28a443bd153
initial effecteval that can propagate changes from the graph to a web page
Ignore-this: 81112fdde21f46a8141c8e69467bc8d2
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 May 2014 21:30:59 +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"