Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1427:e070c9f1c5e7
partial fixes to KC
Ignore-this: 52c7627484ebcb2f9ae6b981a7344e4f
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 04:33:36 +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"