Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1519:a225c32bd9c8
new svg paint UI
Ignore-this: 11ce16de596585c08f9de5d2107c0eeb
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 12 Apr 2017 09:07:49 +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"