Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1385:748a2e8afd30
rdf graph adjuster, use new runHandler api
Ignore-this: 51fe3a2f2799f473658cc83ed8485ecc
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 09 Jun 2016 05:16:32 +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"