Skip to content

Commit f204ca5

Browse files
committed
memory constraint arudino uno
1 parent d22d344 commit f204ca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/hardware_specific_examples/SimpleFOC-PowerShield/version_v02/single_full_control_example/single_full_control_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void setup() {
7777
command.add('M', doMotor, "motor");
7878

7979
// Run user commands to configure and the motor (find the full command list in docs.simplefoc.com)
80-
Serial.println(F("Motor commands sketch | Initial motion control > torque/current : target 0Amps."));
80+
Serial.println("Motor commands sketch | Initial motion control > torque/current : target 0Amps.");
8181

8282
_delay(1000);
8383
}

examples/hardware_specific_examples/SimpleFOCShield/version_v2/double_full_control_example/double_full_control_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void setup() {
115115
command.add('B', doMotor2, "motor 2");
116116

117117
// Run user commands to configure and the motor (find the full command list in docs.simplefoc.com)
118-
Serial.println(F("Double motor sketch ready."));
118+
Serial.println("Double motor sketch ready.");
119119

120120
_delay(1000);
121121
}

examples/hardware_specific_examples/SimpleFOCShield/version_v2/single_full_control_example/single_full_control_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void setup() {
7676
command.add('M', doMotor, "motor");
7777

7878
// Run user commands to configure and the motor (find the full command list in docs.simplefoc.com)
79-
Serial.println(F("Motor commands sketch | Initial motion control > torque/voltage : target 2V."));
79+
Serial.println("Motor commands sketch | Initial motion control > torque/voltage : target 2V.");
8080

8181
_delay(1000);
8282
}

0 commit comments

Comments
 (0)