Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 2010:7cb9827f727c
checkpoint show data
Ignore-this: c7b328338a45a6301a32b9c768aa3b1f
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jun 2019 01:52:00 +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"