Skip to content

Commit

Permalink
error in exampels
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Jul 21, 2024
1 parent b2647a6 commit 150a40b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ void setup() {
motor.controller = MotionControlType::velocity_openloop;

// init motor hardware
if(!motor.init()){
Serial.println("Motor init failed!");
return;
}

motor.init();

// add target command T
command.add('T', doTarget, "target velocity");
Expand Down

0 comments on commit 150a40b

Please sign in to comment.