view dmx_usb_module/pyout @ 1680:c5d081c5c490

don't save networking diffs Ignore-this: 1d3d511ca542cb0c559969e87cd389d8
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 21:09:28 +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"