Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1745:b0d6ace1db5a
inlineAttrs shows effect choice
Ignore-this: f3798429d4692207ffe6cc3a7f9ef56b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 19 May 2018 23:40:35 +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"