Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1681:f9aab7275d4e
try to patch dmx module for new kernel. doesn't work though
Ignore-this: 98abee03a2264234b7fec1700a2b3e68
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Jun 2017 21:10:28 +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"