view dmx_usb_module/pyout @ 1544:fc5675f5b756

captureDevice tool for sweeping through light settings and grabbing pics Ignore-this: 8f3171e4e29727e0aa78e43edff0a1d9
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 19 May 2017 07:35:29 +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"