Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1249:cc94b5fc9205
effects can mention sub uris, and this becomes currentSubValue(uri)
Ignore-this: 13a8162d01d4bd686c0955132ce290ef
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 13 Jun 2015 04:34:43 +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"