Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1105:0440fb0f458b
add rotation param to vidref
Ignore-this: 3c36bede3d3f7b18e3e26d2c5b2722ef
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 10 Jun 2014 05:49:36 +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"