view dmx_usb_module/pyout @ 1731:e06c2c105035

workaround for coffee issue with static getters. polymer wasn't seeing my attributes at all Ignore-this: 192b2826e728db8b7ca6cfb67609241e
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 14 May 2018 02:10:05 +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"