Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1229:79c615718a2f
#status corner style. rm hardcoded show uri. fix 'add to current song' ajax path.
Ignore-this: e2da0be542cf51456c12a2bbe7f5bb5d
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 08 Jun 2015 09:28:55 +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"