view dmx_usb_module/pyout @ 1563:1b42120d97f5

mypy upgrade Ignore-this: f3d15dd4ced025a818b9601edb3ba8e9
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 24 May 2017 08:30:56 +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"