Skip to content

Commit a6075ec

Browse files
committed
update release readme
1 parent 8532cee commit a6075ec

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,16 @@ Therefore this is an attempt to:
1818

1919

2020
<blockquote class="info">
21-
<p class="heading">NEW RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2 - <a href="https://github.com/simplefoc/Arduino-FOC/releases/tag/v2.2">see release</a></p>
21+
<p class="heading">FUTURE RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.1 </p>
2222
<ul>
23-
<li>Sensor floating point error bugfix (initial solution) #83, #37</li>
24-
<li>Sensor class restructuring - <b>slight API change</b> - <a href="https://docs.simplefoc.com/sensors">docs</a></li>
25-
<li>Restructured the generic code and simplified adding new mcus: <b>IMPORTANT: an additional compiler flag needed for PlatformIO</b> see <a href="https://github.com/simplefoc/Arduino-FOC/issues/99">issue</a> and <a href="https://docs.simplefoc.com/library_platformio">PlatformIO docs</a></li>
26-
<li>Removed initial jump #110, #111</li>
27-
<li>Double to float transformation of the code - performance increase by <a href="https://github.com/sDessens">@sDessens</a> (#100), <a href="https://github.com/KaSroka">@KaSroka</a> (#100) </li>
28-
<li> <a href="https://docs.simplefoc.com/docs_chinese"><b>Docs webiste translated to Chinese!</b></a> 🎉: Awesome work 😃 by <a href="https://github.com/MINQING1101">@MINQING1101</a>, <a href="https://github.com/Deng-ge-open-source">@Deng-ge-open-source</a> and <a href="https://github.com/mingggggggg">@mingggggggg</a></li>
29-
<li>New MCU support - <a href="https://docs.simplefoc.com/microcontrollers">docs</a>
30-
<ul>
31-
<li>Support for arduino leonardo #108 </li>
32-
<li>Initial support for portenta h7 board in collaboration with <img src="https://docs.simplefoc.com/extras/Images/arduino.png" height="15px"><a href="https://www.arduino.cc/">Arduino</a></li>
33-
<li>Initial support for esp8266</li>
34-
</ul>
35-
</li>
36-
<li>Low side current sensing initial support - <a href="https://docs.simplefoc.com/current_sense">docs</a>
37-
<ul>
38-
<li>Initial support for stm32 B_G431B_ESC1 by <a href="https://github.com/sDessens">@sDessens</a>: PR #73</li>
39-
<li>Initial support for samd21 by <a href="https://github.com/maxlem">@maxlem</a>: PR #79</li>
40-
<li>Initial support for esp32 by <a href="https://github.com/maxlem">@byDagor</a></li>
41-
</ul>
42-
</li>
23+
<li>Sensor class init bugfix #121</li>
24+
<li>Added the new motion control interface to the commander- possible to set the position, velocity and torque target at once</li>
25+
<li>NRF52 series mcus support by <a href="https://github.com/Polyphe">@Polyphe</a></li>
26+
<li>Voltage/current limit handling bugs #118</li>
4327
</ul>
4428
</blockquote>
4529

46-
## Arduino *SimpleFOClibrary* v2.1
30+
## Arduino *SimpleFOClibrary* v2.2
4731

4832
<p align="">
4933
<a href="https://youtu.be/Y5kLeqTc6Zk">
@@ -73,7 +57,7 @@ This video demonstrates the *Simple**FOC**library* basic usage, electronic conne
7357

7458
<p align=""> <img src="https://docs.simplefoc.com/extras/Images/uno_l6234.jpg" height="170px"> <img src="https://docs.simplefoc.com/extras/Images/hmbgc_v22.jpg" height="170px"> <img src="https://docs.simplefoc.com/extras/Images/foc_shield_v13.jpg" height="170px"></p>
7559

76-
## Arduino *SimpleFOCShield* v2.0.3
60+
## Arduino *SimpleFOCShield* v2.0.4
7761
<p align="">
7862
<a href="https://youtu.be/G5pbo0C6ujE">
7963
<img src="https://docs.simplefoc.com/extras/Images/foc_shield_video.jpg" height="320px">

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Simple FOC
2-
version=2.2
2+
version=2.2.1
33
author=Simplefoc <[email protected]>
44
maintainer=Simplefoc <[email protected]>
55
sentence=A library demistifying FOC for BLDC motors

0 commit comments

Comments
 (0)