Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1424:4098f5f244ea
cache Namespace term creation.
Ignore-this: 21eb17fc1fbf1a229029f6981d79458d
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 04:29:38 +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"