We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17547e3 commit 205b7d9Copy full SHA for 205b7d9
1 file changed
gestures/ultraSonicRight.py
@@ -1,2 +1,3 @@
1
def ultrasonicRight(returnText):
2
- i01.speakBlocking(unicode(returnText,'utf-8')+str(i01.getUltrasonicRightDistance()).replace(".0", ""))
+ i01.speakBlocking(unicode(returnText,'utf-8')+str(i01.getUltrasonicRightDistance()).replace(".0", ""))
3
+ print("right side:"+ str(i01.getUltrasonicRightDistance()).replace(".0", "")+ "cm")
0 commit comments