Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 2076:33f65e2d0e59
who needs a single emitter of all graph change events that anyone on the page can find?
if it's you, revert this change
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 May 2022 00:00:38 -0700 |
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"