Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1840:f64256c79d91
checkpoint show data
Ignore-this: 44d12f0dfd0de13a9e7af1152ad54b78
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jun 2018 02:47:25 +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"