Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1775:64db0e6b2be9
dmx max framerate for all channels is 44fps
Ignore-this: 26578334ccb0080435932c17afab4caf
author | drewp@bigasterisk.com |
---|---|
date | Sun, 03 Jun 2018 18:46: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"