Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1036:a13eee92e60c
fix up curvecalc to run
Ignore-this: d5f1076b64fd606698730273211b75b9
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 27 May 2014 07:29:54 +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"