File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
examples/motor_full_control_serial_examples
encoder/full_control_serial
magnetic_sensor/full_control_serial Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments