Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 949:022e997b50c4
less printing from tkdnd
Ignore-this: 5bf5cdc273a20574cbd44c83e219c642
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Jun 2013 19:50:39 +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"