Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 914:092c00f6ba25
fixes for Submaster init method
Ignore-this: 338d19cb4522babe56a77d46e863fe5d
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jun 2013 19:56:42 +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"