Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1017:78423a65d4bc
rdfdb to use LIGHT9_SHOW env, not a flag
Ignore-this: 3c3c3caae85170f9b7a8bf1007f765c9
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 May 2014 21:30:15 +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"