Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1029:d289eab106f0
another dep for twisted
Ignore-this: 4b3a643fca1be7756a0ad6c92179cf50
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 20:52:16 +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"