view dmx_usb_module/pyout @ 1723:e0e5f2dce1a6

get some notes drawing, barely Ignore-this: c4c667e1edab798c28c0a7416ffe2e09
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 08 May 2018 06:24:37 +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"