Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1676:103d67ebf5e2
collector: less log
Ignore-this: 6a1a0ef47c9f6f8a77b83806fd30c883
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Jun 2017 21:03:55 +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"