Skip to content

Commit 34047f1

Browse files
authored
Update README.md
1 parent cea723f commit 34047f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ At the motment the function control loop function has to be iteratively called i
6666

6767
## Control loops
6868
There are three cascade control loops implemented in the library:
69-
### Open loop voltage Uq
69+
###Open loop voltage Uq
7070
Using the fucntion
7171
```cpp
7272
motor.setPhaseVoltage(float Uq)
@@ -87,3 +87,5 @@ motor.setPosition(float pos)
8787
```
8888
you can run BLDC motor in closed loop with desired position.
8989
<img src="extras/Images/position.png">
90+
91+
[image](#Open-loop-voltage-Uq)

0 commit comments

Comments
 (0)