view dmx_usb_module/pyout @ 1989:8b887918c008

checkpoint show data Ignore-this: a89dd0b7e6b9e4bbd820c15c523e3ba1
author drewp@bigasterisk.com
date Sun, 09 Jun 2019 05:58:09 +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"