Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1305:1f3e105a893c
predicate_objects support on SyncedGraph
Ignore-this: 9c2f3642e0601a9712c5c0ede8e9cc16
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 30 May 2016 21:41:01 +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"