Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1710:05248a7c2c51
coffee maps. attempt at resource-display update for polymer2
Ignore-this: 178c4147db8048043c1feb38ac0c8d11
author | drewp@bigasterisk.com |
---|---|
date | Fri, 04 May 2018 01:27:39 +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"