Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 933:8435e3ee1ec2
put program name in terminal title
Ignore-this: dc97077b95fe4d23527c1ea08e3fe7c1
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jun 2013 05:01:02 +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"