Skip to content

Commit 10a8a40

Browse files
committed
README update
1 parent 5b85e99 commit 10a8a40

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,7 @@ Therefore this is an attempt to:
1111
- Develop a modular BLDC driver board: [Arduino *SimpleFOCShield*](https://docs.simplefoc.com/arduino_simplefoc_shield_showcase).
1212
- ***New 📢:** Develop a modular Stepper motor board for FOC control:* <b>Arduino <span class="simple">Stepper<span class="foc">FOC</span>Shield</span></b>
1313

14-
<blockquote class="info"><p> <b>NEW RELEASE 📢:</b> <i>Simple<b>FOC</b>library v2.0</i><br></p><ul>
15-
<li><strong>6PWM support </strong>
16-
<ul>
17-
<li>Arduino UNO (atmega328)</li>
18-
<li>stm32 boards</li>
19-
<li>esp32 boards</li>
20-
</ul>
21-
</li>
22-
<li>BLDC driver code separated
23-
<ul>
24-
<li> BLDC: 6pwm and 3pwm</li>
25-
<li> Stepper: 4pwm</li>
26-
<li> Hardware specific code in separate files</li>
27-
<li> PWM config</li>
28-
</ul>
29-
</li>
30-
<li>I2C and SPI sensors multiple busses support by <a href="https://github.com/owennewo">@owennewo</a>
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>
38-
<li>Added support for separate setting of <i>U<sub>d</sub></i> and <i>U<sub>q</sub></i> setting.
39-
<ul>
40-
<li> Preparations for current control</li>
41-
<li> Working only for SinePWM modulation at the moment </li>
42-
</ul></li>
43-
<li>A lot of refactoring </li>
44-
</ul>
45-
</blockquote>
14+
<blockquote class="info"><p> <b>NEW RELEASE 📢:</b> <i>Simple<b>FOC</b>library v2.0</i><br></p><ul><li><strong>6PWM support </strong> <b><a href="drivers_config">See in docs!</a></b><ul><li>Arduino UNO (atmega328)</li><li>stm32 boards</li><li>esp32 boards</li></ul></li><li>BLDC driver code separated <b><a href="code">See in docs!</a></b><ul><li> BLDC: 6pwm and 3pwm</li><li> Stepper: 4pwm</li><li> Hardware specific code in separate files</li><li> PWM config</li></ul></li><li>I2C and SPI sensors multiple busses support by <a href="https://github.com/owennewo">@owennewo</a> <b><a href="magnetic_sensor">See in docs!</a></b></li><li>Hall sensor refactoring <a href="https://github.com/owennewo">@owennewo</a></li><li>A lot of refactoring</li></ul>Experimental features<ul><li>Initial implementation of Block commutation by <a href="https://github.com/owennewo">@owennewo</a><ul><li> FOCModulationType::Trapezoid_120</li><li> FOCModulationType::Trapezoid_150</li></ul></li><li>Added support for separate setting of <i>U<sub>d</sub></i> and <i>U<sub>q</sub></i> setting.<ul><li> Preparations for current control</li><li> Working only for SinePWM modulation at the moment</li></ul></li></ul><i>The library version v2.0 will be released once when it is properly tested and documented!</i></blockquote>
4615

4716
## Arduino *SimpleFOCShield*
4817

0 commit comments

Comments
 (0)