Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1323:a77bb5bf9d89
switch zoom system to ko.observable, which works much better
Ignore-this: a35d2a2a045cdc4d5002ba5f5085fbef
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 04 Jun 2016 01:39:16 +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"