Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1232:beb0688cbfd8
arduino_upload target
Ignore-this: 7f0fbe9b3f97346f836abd54ed83cb57
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 10 Jun 2015 04:57:17 +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"