File tree Expand file tree Collapse file tree 2 files changed +2
-10
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 +2
-10
lines changed Original file line number Diff line number Diff 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
124120String serialReceiveUserCommand () {
125121
126122 // a string to hold incoming data
Original file line number Diff line number Diff 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
118114String serialReceiveUserCommand () {
119115
120116 // a string to hold incoming data
You can’t perform that action at this time.
0 commit comments