Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1754:0c89cd7cda43
conserve notes between updates
Ignore-this: f089716dc0eb7c98634c894f1c23f813
author | drewp@bigasterisk.com |
---|---|
date | Sun, 27 May 2018 00:13:00 +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"