Skip to content

Commit 30a1c26

Browse files
Merge pull request #349 from runger1101001/dev
Add motor.loopFOC() to the B-G431-ESC1 Example
2 parents 937335f + 56d9c13 commit 30a1c26

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)