Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1137:05f272019697
Blacklight can multiply and keep its type
Ignore-this: 6b624f8c36b839d603d61177ab86e7c8
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2014 07:14:06 +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"