view dmx_usb_module/pyout @ 861:1812165b5acc

clearer name for sendPatch callback function Ignore-this: 4cd1a220a9052caf9201879d4d9f1bcc
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2013 04:16:27 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)