view dmx_usb_module/pyout @ 1791:6cdbc76d1cd5

fix d3 path Ignore-this: a623f73d3741a9f515c4a216ebd14f8d
author drewp@bigasterisk.com
date Thu, 07 Jun 2018 17:51: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"