Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1582:d5761661ac31
fix sequencer to use DeviceSettings
Ignore-this: d317447acc51379a6d06622aea7213a6
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 30 May 2017 07:37:17 +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"