Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1456:5d0c9cce731e
this was breaking live page
Ignore-this: 802ba99f024e6f7235e8bd3967875c4c
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jun 2016 00:27:15 +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"