view dmx_usb_module/pyout @ 1886:ce6bd8ff49e2

KC mark a dead subbox with a new attribute, since it's awkward to make self.scale an Optional Ignore-this: 7f0c1c6a8b3a349329cffb1c2849dba4
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:55:35 +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"