Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 986:c50b7d6fcc4e
don't log huge json patch bodies, but do print how big they are and how long they took
Ignore-this: ba479815d0e5bd45247ed8c32a932010
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Jun 2013 06:47:58 +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"