Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1450:ddb7622698a8
don't mix remapped values with unremapped ones
Ignore-this: 80a2fbf0293d26d88ea34ec1e0eab5b5
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 22:27:51 +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"