Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1802:3ffadb9f00cd
forgot a 2018
Ignore-this: b1dbaaf9ac317601ec0e9006907204a1
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Jun 2018 05:52:52 +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"