Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1314:c91d1044fe49
start timeline elements
Ignore-this: efa190369534a08c8ad3267ca151bee5
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 01 Jun 2016 10:56:39 +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"