Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1267:ce8a71fab284
trying to fix SC bad graph reload behavior, but this barely works. other tools have trouble too
Ignore-this: 862de28b7f1eba9794ec766c22e8d9be
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 03:30:34 +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"