Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1007:9b1df7c06ec2
asco bigger numbers so 3 year old users can find them
Ignore-this: 97feafa3ee4af3017ab3046be45b3d8
author | drewp@bigasterisk.com |
---|---|
date | Tue, 18 Jun 2013 02:18:52 +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"