Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1106:95ed52dcc3ab
remove some old curve api
Ignore-this: 2a49d1f24d73b5cc8d718683c6b41793
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 10 Jun 2014 08:46:52 +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"