view dmx_usb_module/pyout @ 1983:b76300a0229a

megaflash strobe Ignore-this: bb96664ba93cd2885f0e99815a2d2e9
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 19:13:39 +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"