view dmx_usb_module/pyout @ 1487:8fab8267b88e

drop bigger initial notes Ignore-this: f7bf7c53c80d5d3a6a92bc2b2c625572
author drewp@bigasterisk.com
date Mon, 13 Jun 2016 08:39:21 +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"