Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1383:73762e14ee98
typecheck on applyPatch
Ignore-this: 74f1fbbbc338b377b466aac6e477f27b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 09 Jun 2016 05:15:16 +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"