Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 992:4ef4765d0ad8
fix the noise/notch functions (but all terms are in phase now)
Ignore-this: 9fb94948aa1cb0cc259df9bb0a2716dc
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Jun 2013 18:44:01 +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"