Skip to content

Commit 624935f

Browse files
committed
README update + forgotten save register typo
1 parent 3c689bd commit 624935f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Therefore this is an attempt to:
1919
<li>esp32 boards</li>
2020
</ul>
2121
</li>
22-
<li>BLDC driver code separated
22+
<li>BLDC driver code separated
2323
<ul>
2424
<li> BLDC: 6pwm and 3pwm</li>
2525
<li> Stepper: 4pwm</li>
@@ -29,6 +29,12 @@ Therefore this is an attempt to:
2929
</li>
3030
<li>I2C and SPI sensors multiple busses support by <a href="https://github.com/owennewo">@owennewo</a>
3131
</li>
32+
<li>Initial implementation of Block commutation by <a href="https://github.com/owennewo">@owennewo</a>
33+
<ul>
34+
<li> FOCModulationType::Trapezoid_120</li>
35+
<li> FOCModulationType::Trapezoid_150 </li>
36+
</ul>
37+
</li>
3238
<li>Added support for separate setting of <i>U<sub>d</sub></i> and <i>U<sub>q</sub></i> setting.
3339
<ul>
3440
<li> Preparations for current control</li>

src/sensors/MagneticSensorSPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "../common/foc_utils.h"
88
#include "../common/time_utils.h"
99

10-
#define DEF_ANGLE_REGISTAR 0x3FFF
10+
#define DEF_ANGLE_REGISTER 0x3FFF
1111

1212
struct MagneticSensorSPIConfig_s {
1313
int spi_mode;

0 commit comments

Comments
 (0)