Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1021:1868928268c9
update more versions
Ignore-this: a81daca54e420187316727d9ba5e689c
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 07:58:08 +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"