view dmx_usb_module/pyout @ 824:3d3dc2eaf998

screenshot Ignore-this: 4c43e1897716cc187aaf3a7b602ca6fc
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 19:31:24 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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