Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1134:8748f1f47fe8
effect can return a list of outputs
Ignore-this: 829d43297718f2257dfd22915b159e63
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2014 06:34:19 +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"