motor test
This commit is contained in:
parent
c6d07ea915
commit
bacc5def87
@ -88,7 +88,7 @@ def motor_test(motor, position):
|
|||||||
m1.start()
|
m1.start()
|
||||||
m1.gehe_zu(int(position))
|
m1.gehe_zu(int(position))
|
||||||
|
|
||||||
return 'Drehen: ' + m1.pos
|
return 'Drehen: ' + str(m1.pos)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
kamera_server.run(host='0.0.0.0')
|
kamera_server.run(host='0.0.0.0')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user