Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1339:f24d4b331f15
zoom keys, with animation. timeline duration tracks ascoltami
Ignore-this: 70d99195ff0ce2da1c7d050304e1a006
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 04 Jun 2016 23:17:50 +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"