Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 882:d96c09669b40
vidref change logger
Ignore-this: fdcb65a137e706593c842c64e78e65ec
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2013 06:34:01 +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"