Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1559:1ba1d46a70a2
put song: prefix into song files
Ignore-this: 50e8d3947e925aa3edff31ed9d893b50
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 24 May 2017 08:26:39 +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"