Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1275:b8e2b8acb02c
try to improve CC toggling
Ignore-this: 192efc19d36613bcf1e6cd5d4a9dbc58
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 14 Jun 2015 07:37:59 +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"