Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1054:4595a82f5a90
effecteval has a delete button on effect rows
Ignore-this: 6a66737cd6857d2f7be4ec382e4890
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 01 Jun 2014 10:22:14 +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"