Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1167:5e905ff44e84
CC now suports statprof profiling, and every other profile() call is now broken
Ignore-this: bc7c31af6598e7c132d2f847afe8de68
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 03:09:48 +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"