Skip to content

Commit 9782d73

Browse files
author
Richard Unger
committed
add missing loopFOC to example
1 parent 9fd6621 commit 9782d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hardware_specific_examples/B_G431B_ESC1/B_G431B_ESC1.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ void setup() {
9696

9797
void loop() {
9898
// main FOC algorithm function
99+
motor.loopFOC();
99100

100101
// Motion control function
101102
motor.move();

0 commit comments

Comments
 (0)