Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1850:e448b9610dc1
rm old uri making errors
Ignore-this: fa86bed13eb4312e10df7eb80327385c
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jun 2018 22:38: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"