view dmx_usb_module/pyout @ 1878:bee1c0747242

switch from cyclone.httpclient to treq everywhere Ignore-this: 60dbd235b745a1198b14c90be9d4abe2
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 10:46:29 +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"