Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1819:fe4dd7e7c4ba
fix corruption of choice uris to strings when KC saves them
Ignore-this: 2de843511fc7e8ad8b030406d47707fb
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Jun 2018 23:12:04 +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"