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 cea723f commit 34047f1Copy full SHA for 34047f1
README.md
@@ -66,7 +66,7 @@ At the motment the function control loop function has to be iteratively called i
66
67
## Control loops
68
There are three cascade control loops implemented in the library:
69
-### Open loop voltage Uq
+###Open loop voltage Uq
70
Using the fucntion
71
```cpp
72
motor.setPhaseVoltage(float Uq)
@@ -87,3 +87,5 @@ motor.setPosition(float pos)
87
```
88
you can run BLDC motor in closed loop with desired position.
89
<img src="extras/Images/position.png">
90
+
91
+[image](#Open-loop-voltage-Uq)
0 commit comments