Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1034:12bfc0b094c6
unknown change to mindmap
Ignore-this: a8db27ff3bd89a5c6511359634cbb586
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 27 May 2014 06:30:30 +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"