beremiz
Clone
Summary
Browse
Changes
Graph
add python_gear block (to execute python command each given cycle interval)
2009-05-19, greg
abc5abffbc61
add python_gear block (to execute python command each given cycle interval)
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg