Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1511:f1c062f3b227
rdflib upgrade
Ignore-this: 299dba7405bf435dcd432fd49081a0f8
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 30 Mar 2017 05:22:48 +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"