Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1847:eca35927bdd4
add qpan
Ignore-this: af3eafc1acf82df2ed7e1aa17e1dcc6a
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jun 2018 21:52:23 +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"