Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1162:487f0877b7c6
EE can now limit to showing just one song
Ignore-this: 3cad996b470fd9fc2e56524eaf13f87d
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 00:33:51 +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"