Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1037:531e097d3386
give up on forcing everyone to pass URIRef context; accept Graph objects too
Ignore-this: dbba5eacc31d9b64cb3627f037530608
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 27 May 2014 07:30:55 +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"