This commit is contained in:
2018-08-15 17:04:21 +02:00
parent 1de8ced3d5
commit 3e41debde1
55 changed files with 1015 additions and 277 deletions

14
script/tstinject.py Normal file
View File

@@ -0,0 +1,14 @@
from startup import inject, set_return
def test():
#from startup import lscan
#print lscan
inject()
global motor
print motor
motor=1
print motor
inject()
print motor
set_return("VIVA")