Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 900:aaf1f1825009
error if we have multiple expressions on one subterm
Ignore-this: f2f7f687ce0cf1f01df300a523f78243
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 09 Jun 2013 09:43: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"