Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1590:8268224c1b23
WIP support for choice/enum attrs
Ignore-this: e1a59eef744fa550f6612fdb037cb940
author | drewp@bigasterisk.com |
---|---|
date | Fri, 02 Jun 2017 06:58:49 +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"