view dmx_usb_module/pyout @ 833:bdfdfea84510

colored logs Ignore-this: 74b7fb320ebca032b2976da3d00e05ca
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 23:51:57 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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