Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1818:083137dae55d
vidref don't mangle the picurl from config
Ignore-this: c7be3e2063937a8e3c6629b6bcd99fc5
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Jun 2018 21:50:09 +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"