view dmx_usb_module/pyout @ 1696:d9337dfe941a

upgrade polymer mods, nginx pkg choice Ignore-this: bc609eabc3a93a52a7275f4bb2b473d4
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 26 Apr 2018 06:43:31 +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"