view dmx_usb_module/pyout @ 1088:bb92c50438ed

picamserve now has /pics that streams jpegs at 10fps Ignore-this: 25d54686d020a02046c79c4c87a8868a
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 05 Jun 2014 05:54:18 +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"