view dmx_usb_module/pyout @ 1857:3f1b9b9b0505

add yapf tool Ignore-this: 28fe07e21ca358a97282f5316c8820e0
author drewp@bigasterisk.com
date Tue, 21 May 2019 23: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"