view dmx_usb_module/pyout @ 1662:4272e727438e

checkpoint show data Ignore-this: 3ac8d533b58a4a5537b9922b73e0c8a7
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 00:22:23 +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"