view dmx_usb_module/pyout @ 1593:6059de6659c3

move effects/ page into web/. fix homepage list. rm old subserver code. Ignore-this: df247afa405eb7e3a80891c2806d5fed
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 01 Jun 2017 09:03:09 +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"