view dmx_usb_module/pyout @ 1705:115a268f1d74

pixi tag, some version upgrades Ignore-this: 89a7442328af563b0a66a0675abdc3ea
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 21:56:51 +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"