Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1673:1626e3b6f181
checkpoint show data
Ignore-this: 96990ab1d7c3ac9b95120693104a0233
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Jun 2017 18:58:08 +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"