view dmx_usb_module/pyout @ 1970:3767ae7187d9

don't return none as the deferred Ignore-this: 24a7c6e57fa8ebc2deb7185177a34aab
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 03:52:17 +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"