Skip to content

Commit 3e577d3

Browse files
committed
typo readme
1 parent 10a8a40 commit 3e577d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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><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>
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="https://docs.simplefoc.com/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="https://docs.simplefoc.com/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="https://docs.simplefoc.com/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></blockquote>
1515

1616
## Arduino *SimpleFOCShield*
1717

0 commit comments

Comments
 (0)