Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1504:c65a7065910c
Patch.shortSummary
Ignore-this: 7fc381ee3d868fbebb9d0358c89ed6aa
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Aug 2016 05:39:40 +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"