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() {
4848 Serial.print("CENTER_MIN=");
4949 Serial.println(tof.get_min_range_center_mm());
5050 */
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+
5167 Serial.print (" \t " );
5268 Serial.print (tof.getLeft ());
5369 Serial.print (" \t " );
54- Serial.print (tof.getLeftCenter ());
70+ Serial.print (tof.getCenterLeft ());
5571 Serial.print (" \t " );
5672 Serial.print (tof.getCenter ());
5773 Serial.print (" \t " );
58- Serial.print (tof.getRightCenter ());
74+ Serial.print (tof.getCenterRight ());
5975 Serial.print (" \t " );
6076 Serial.print (tof.getRight ());
6177 Serial.print (" \t " );
@@ -66,5 +82,5 @@ void loop() {
6682 }
6783
6884
69- delay (1000 );
85+ delay (10 );
7086}
You can’t perform that action at this time.
0 commit comments