Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1252:fccb6ca6516d
currentSubLevel lets subs drive effects
Ignore-this: 13c5c1743c456386b8aca36a189d905b
author | drewp@bigasterisk.com |
---|---|
date | Sat, 13 Jun 2015 06:09:24 +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"