Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1434:b8d42a411e17
turn off curvecalc->vidref
Ignore-this: 5388dc8917c25bbceac0a140330d1636
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 17:17:23 +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"