Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1848:f1618af3b9cb
new effect registrations
Ignore-this: 3b7e5238ccdbf9f7a04009a3757dc7a7
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jun 2018 21:54:48 +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"