Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 913:05db77383cc1
remember gst pulseaudio package for playback
Ignore-this: 24d59d4fa5f34e94dd3af4af2d660c30
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jun 2013 18:35: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"