Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1240:c6d675ee3de4
deps
Ignore-this: a39dd31d3218c5e6aef0df8dd720b535
author | drewp@bigasterisk.com |
---|---|
date | Fri, 12 Jun 2015 10:01:58 +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"