Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1498:2d7acaf778e4
checkpoint show data
Ignore-this: 933e7ea415687f884f1f6bbfef47662f
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Jun 2016 06:09:32 +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"