view dmx_usb_module/pyout @ 1512:3693b226b0b8

update coloredlogs Ignore-this: c152bd3f4a87270a064d737cbe8a90b0
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 30 Mar 2017 05:54:42 +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"