Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 947:f7ffd7aeb7f0
fix KC save-everything form
Ignore-this: c8cd6e041a063daebf33523172fe19b1
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Jun 2013 08:25:24 +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"