File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Therefore this is an attempt to:
19
19
<li>esp32 boards</li>
20
20
</ul >
21
21
</li >
22
- <li >BLDC driver code separated
22
+ <li >BLDC driver code separated
23
23
<ul >
24
24
<li> BLDC: 6pwm and 3pwm</li>
25
25
<li> Stepper: 4pwm</li>
@@ -29,6 +29,12 @@ Therefore this is an attempt to:
29
29
</li >
30
30
<li >I2C and SPI sensors multiple busses support by <a href =" https://github.com/owennewo " >@owennewo</a >
31
31
</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 >
32
38
<li >Added support for separate setting of <i >U<sub >d</sub ></i > and <i >U<sub >q</sub ></i > setting.
33
39
<ul >
34
40
<li> Preparations for current control</li>
Original file line number Diff line number Diff line change 7
7
#include " ../common/foc_utils.h"
8
8
#include " ../common/time_utils.h"
9
9
10
- #define DEF_ANGLE_REGISTAR 0x3FFF
10
+ #define DEF_ANGLE_REGISTER 0x3FFF
11
11
12
12
struct MagneticSensorSPIConfig_s {
13
13
int spi_mode;
You can’t perform that action at this time.
0 commit comments