view dmx_usb_module/pyout @ 1707:e19018a039f7

4 of 17 passing on new n3.js Ignore-this: 26d1489c3ee5d32646d67593ef1e4549
author drewp@bigasterisk.com
date Mon, 30 Apr 2018 07:25:12 +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"