Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1011:78690efc866c
fix ascoltami import
Ignore-this: 4f0249367d3ec95a73076fd8bd756777
author | drewp@bigasterisk.com |
---|---|
date | Sat, 26 Apr 2014 17:48:44 +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"