Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1678:a88e082d2507
a little more sequencer reload speed
Ignore-this: 1a9c21c58bff0b430b20798b1898eec
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Jun 2017 19:16:11 +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"