We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb37f0 commit 845131aCopy full SHA for 845131a
docs/simplefoc_library/examples/foc_pendulum.md
@@ -142,7 +142,7 @@ PciManager.registerListener(&listenerPB);
142
And that is it the pendulum is ready, let's setup the motor.
143
144
### Motor code
145
-First we need to define the `BLDCMotor` class with the number od pole pairs(`11`).
+First we need to define the `BLDCMotor` class with the number of pole pairs(`11`).
146
```cpp
147
// define BLDC motor
148
BLDCMotor motor = BLDCMotor(11);
0 commit comments