tests/python/runtime.py
author etisserant
Sat, 17 Jan 2009 02:34:45 +0100
changeset 300 7f7912ae5ee8
parent 291 701c0601db02
permissions -rw-r--r--
Added python_poll FB, to poll python variable without waiting ack
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg