add delay in motion

This commit is contained in:
Siwat Sirichai 2022-11-04 21:19:37 +07:00
parent b310bdc25c
commit cca77561b2
1 changed files with 3 additions and 1 deletions

View File

@ -109,4 +109,6 @@ class motion:
self.turn(-23, TURN_TIME_FS_90DEG_MS)
self.drive(30)
self.stop()
print("stopping")
print("stopping")
time.sleep(0.5)