Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 940:183e3afea4cc
curvecalc tripleFilter optimization
Ignore-this: be23ad34d862fe960b253f8c33d7b5fd
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Jun 2013 00:16:42 +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"