Skip to content

Commit eb0f790

Browse files
committed
FIX memory problem resolved
1 parent f9093b8 commit eb0f790

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

examples/motor_full_control_serial_examples/encoder/full_control_serial/full_control_serial.ino

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ void setup() {
9494
motor.target = 2;
9595

9696

97-
Serial.println("Full control example: ");
98-
Serial.println("Run user commands to configure and the motor (find the full command list in docs.simplefoc.com) \n ");
99-
Serial.println("Initial motion control loop is voltage loop.");
100-
Serial.println("Initial target voltage 2V.");
97+
// Run user commands to configure and the motor (find the full command list in docs.simplefoc.com)
98+
Serial.println("Motor commands sketch | Initial motion control > torque/voltage : target 2V.");
10199

102100
_delay(1000);
103101
}

examples/motor_full_control_serial_examples/magnetic_sensor/full_control_serial/full_control_serial.ino

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ void setup() {
9090
motor.target = 2;
9191

9292

93-
Serial.println("Full control example: ");
94-
Serial.println("Run user commands to configure and the motor (find the full command list in docs.simplefoc.com) \n ");
95-
Serial.println("Initial motion control loop is voltage loop.");
96-
Serial.println("Initial target voltage 2V.");
93+
// Run user commands to configure and the motor (find the full command list in docs.simplefoc.com)
94+
Serial.println("Motor commands sketch | Initial motion control > torque/voltage : target 2V.");
9795

9896
_delay(1000);
9997
}

0 commit comments

Comments
 (0)