File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,30 @@ void loop() {
48
48
Serial.print("CENTER_MIN=");
49
49
Serial.println(tof.get_min_range_center_mm());
50
50
*/
51
+ Serial.print (" \t " );
52
+ Serial.print (" L" );
53
+ Serial.print (" \t " );
54
+ Serial.print (" CL" );
55
+ Serial.print (" \t " );
56
+ Serial.print (" C" );
57
+ Serial.print (" \t " );
58
+ Serial.print (" CR" );
59
+ Serial.print (" \t " );
60
+ Serial.print (" R" );
61
+ Serial.print (" \t " );
62
+ Serial.print (" T" );
63
+ Serial.print (" \t " );
64
+ Serial.print (" B" );
65
+ Serial.println (" " );
66
+
51
67
Serial.print (" \t " );
52
68
Serial.print (tof.getLeft ());
53
69
Serial.print (" \t " );
54
- Serial.print (tof.getLeftCenter ());
70
+ Serial.print (tof.getCenterLeft ());
55
71
Serial.print (" \t " );
56
72
Serial.print (tof.getCenter ());
57
73
Serial.print (" \t " );
58
- Serial.print (tof.getRightCenter ());
74
+ Serial.print (tof.getCenterRight ());
59
75
Serial.print (" \t " );
60
76
Serial.print (tof.getRight ());
61
77
Serial.print (" \t " );
@@ -66,5 +82,5 @@ void loop() {
66
82
}
67
83
68
84
69
- delay (1000 );
85
+ delay (10 );
70
86
}
You can’t perform that action at this time.
0 commit comments