Skip to content

Commit

Permalink
FEAT examples commnets
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Jun 17, 2020
1 parent f54ef1e commit 88052c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ void loop() {
motor.command(serialReceiveUserCommand());
}

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

// a string to hold incoming data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ void loop() {
motor.command(serialReceiveUserCommand());
}

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

// a string to hold incoming data
Expand Down

0 comments on commit 88052c5

Please sign in to comment.