view dmx_usb_module/pyout @ 1608:faa62d5e84d8

colorpick crosshairs and chrome workarounds Ignore-this: adb06d516e5709c2e0ddc9e7b5e8006e
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 05 Jun 2017 08:25:28 +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"