view dmx_usb_module/pyout @ 1758:887eb43b389a

properly clear adjs on narrow notes Ignore-this: 175b1c2b7ffdcccadfd49d8f81d9f3ad
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 28 May 2018 00:25:46 +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"