view dmx_usb_module/pyout @ 1870:51a9b23db357

rm stubs/rdfdb; point mypy to the real code instead Ignore-this: cd59283a21e2e593682e105d6507a462
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 00:41:38 +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"