Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1141:a232bc895568
new sub effects get effect labels
Ignore-this: 46c2d8adf10e4af749cc94b73e8da43a
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2014 07:30:59 +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"