Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1891:36849634d50b
mymy on collector
Ignore-this: 8c3be45e0a4b7608f40e81020636424f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 29 May 2019 15:58:23 +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"