Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1395:b6ba0e7d126b
workaround for missing effects in songs
Ignore-this: 8433bee972cfc440067149c45e1ffab6
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 20:26:36 +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"