view dmx_usb_module/pyout @ 1695:03125dac50a2

reorder makefile Ignore-this: ea04b284790a85e8674b3c5b6952f736
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 26 Apr 2018 06:37:21 +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"