Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1733:82c6e4f75221
extract viewstate
Ignore-this: cf7375f279f158b732c9ada75e19a457
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 14 May 2018 02:48:20 +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"