view dmx_usb_module/pyout @ 1334:8406a9fbeb9d

note shape can be edited Ignore-this: 1d4957c88191336d7b61a7c782897f59
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 04 Jun 2016 09:27:38 +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"