Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1789:d8ae388a8076
autodeps: try pruning some unrelated patches
Ignore-this: 5382b18ab437706b00ecc9dad6c08f0
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 07 Jun 2018 17:42:36 +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"