Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1448:931d2dafca12
new feature: values can have their range remapped in the device processing
Ignore-this: 542047e6307a304f2aa52a69d134ba21
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 22:08:37 +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"