Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1659:16e0af42613f
collector web client show call count in status display
Ignore-this: b452b23ed91efb4ebf53c1bfacb9a33e
author | drewp@bigasterisk.com |
---|---|
date | Sat, 10 Jun 2017 23:35:16 +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"