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:
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>
Original file line number Diff line number Diff line change 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
1212struct MagneticSensorSPIConfig_s {
1313 int spi_mode;
You can’t perform that action at this time.
0 commit comments