view dmx_usb_module/pyout @ 1918:ddc9a5ef213a

type hints Ignore-this: 4bcd306b98d68f93a61fdabd53e6eccc
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 20:07:47 +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"