Skip to content

Commit

Permalink
Merge pull request #349 from runger1101001/dev
Browse files Browse the repository at this point in the history
Add motor.loopFOC() to the B-G431-ESC1 Example
  • Loading branch information
runger1101001 authored Nov 28, 2023
2 parents 937335f + 56d9c13 commit 30a1c26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void setup() {

void loop() {
// main FOC algorithm function
motor.loopFOC();

// Motion control function
motor.move();
Expand Down

0 comments on commit 30a1c26

Please sign in to comment.