Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1207:6b73af19dbe1
sketch of a new rdfdb report
Ignore-this: 3b3c5a88e5ab1764fc1e651d254ca050
author | drewp@bigasterisk.com |
---|---|
date | Tue, 17 Jun 2014 02:14:11 +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"