Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1062:0f51a1a5785e
gtk slider for sending sample input to curvecalc
Ignore-this: e2e7cd3689912119a0bc8861717ea25
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 02 Jun 2014 00:44:47 +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"