Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 905:741aa0f9be48
very simple con-neg on rdfdb /graph to support text/plain (ntriples)
Ignore-this: f3fb68f94f6ee7691ae8cf736af06d6d
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 10 Jun 2013 06:02:45 +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"