Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1284:7b43bfa018bf
comments
Ignore-this: a71a3e7f33dc4ba4c61592d805a8bc84
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 26 Jan 2016 11:37:54 +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"