Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1224:42656c3b31f4
update jquery-ui, remove rdflib bnode workaround
Ignore-this: 35d5df34035655aa0f4f0ebdde7b78ce
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 08 Jun 2015 08:00:47 +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"