Skip to content

Commit 88052c5

Browse files
committed
FEAT examples commnets
1 parent f54ef1e commit 88052c5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

examples/motor_full_control_serial_examples/encoder/full_control_serial/full_control_serial.ino

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,7 @@ void loop() {
116116
motor.command(serialReceiveUserCommand());
117117
}
118118

119-
// utility function enabling serial communication function with the user
120-
// user can set the target values and set/get the motor configuration useing motor commands
121-
// see documentation for full command list
122-
//
123-
// this function can be implemented in serialEvent function as well
119+
// utility function enabling serial communication the user
124120
String serialReceiveUserCommand() {
125121

126122
// a string to hold incoming data

examples/motor_full_control_serial_examples/magnetic_sensor/full_control_serial/full_control_serial.ino

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,7 @@ void loop() {
110110
motor.command(serialReceiveUserCommand());
111111
}
112112

113-
// utility function enabling serial communication function with the user
114-
// user can set the target values and set/get the motor configuration useing motor commands
115-
// see documentation for full command list
116-
//
117-
// this function can be implemented in serialEvent function as well
113+
// utility function enabling serial communication the user
118114
String serialReceiveUserCommand() {
119115

120116
// a string to hold incoming data

0 commit comments

Comments
 (0)