Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1028:9af29b8a635f
update the workaround for song id corruption
Ignore-this: 181e0edae9961f5fd3123eda4269f86f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 20:51:57 +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"