first commit
Diff: steering_methods.h
- Revision:
- 13:0091da3021df
- Parent:
- 9:5320c2dfb913
- Child:
- 18:831c1e03d83e
--- a/steering_methods.h Tue Oct 26 14:02:20 2021 +0000
+++ b/steering_methods.h Tue Oct 26 14:07:48 2021 +0000
@@ -43,7 +43,7 @@
counter++ ;
if(right_landmark_sensor.read() == 1 && left_landmark_sensor.read() == 1 )
counter = 0;
-
+
show_decimal(counter, seg1);
}