view dmx_usb_module/pyout @ 1725:4bc24f91b6f1

fix floatValue cache Ignore-this: f5e5c6ffef3f48eebd03ecd19fab99b7
author drewp@bigasterisk.com
date Thu, 10 May 2018 06:08: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"