Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1211:70df1b4972c5
depends on tix
Ignore-this: 2b1e8b30c69b2399be2cb943a072c462
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 06 Jun 2015 19:14:14 +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"