Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1788:8b9b8584ee42
rewrite /live to edit a real effect, not push its own values to collector
Ignore-this: 295983a53720204b5cd12524190959f5
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 07 Jun 2018 17:40:29 +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"