Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1505:e917fb4eea3a
rm some broken code
Ignore-this: 2548f05c99cf908688fe0c286b6ab02f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 28 Mar 2017 05:04:07 +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"