New ScreenPanel
This commit is contained in:
7
script/TestWaitChange.py
Executable file
7
script/TestWaitChange.py
Executable file
@@ -0,0 +1,7 @@
|
||||
start = time.time()
|
||||
for i in range(20):
|
||||
#sin.waitTimestampChange(0)
|
||||
sin.waitValueChange(0)
|
||||
print sin.take()
|
||||
|
||||
print "TIME: " , time.time() - start
|
||||
Reference in New Issue
Block a user