Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1780:fbc94316c048
do save zero-valued attrs. they might matter, like an angle number
Ignore-this: cc465f0da19623d6ab002eab22719567
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 04 Jun 2018 08:23:05 +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"