Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1922:11e2f63bb2f2
more stats to measure sequencer framerate better
Ignore-this: 5df74b41a9847296432a31d248b31857
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 23:43:44 +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"