Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1854:4ce8a0668fd6
raise qpan ry a little bit
Ignore-this: a024cabca35c9b753116fa0b304f63c3
(but probably needs a bit more...maybe 0.6?)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 11 Jun 2018 04:56:14 +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"