Skip to content

Commit b3884a4

Browse files
committed
readme update release
1 parent 76ef2fc commit b3884a4

File tree

1 file changed

+39
-20
lines changed

1 file changed

+39
-20
lines changed

README.md

+39-20
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,46 @@ Therefore this is an attempt to:
1919
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
2020

2121

22-
> NEXT RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.2
23-
> - GenericCurrentSense bugfix and testing
24-
> - bugfix leonardo #170
25-
> - bugfix - no index search after specifying natural direction
26-
> - Odrive example code see `examples/hardware_specific/odrive_example`
27-
> - Low level API restructuring
28-
> - Driver API
29-
> - Current sense API
30-
> - New debugging interface
31-
> - Static class SimpleFOCDebug
32-
> - Low-side current sensing
33-
> - ESP32 generic support for multiple motors
34-
> - Added low-side current sensing support for stm32 - only one motor
35-
> - f1 family
36-
> - f4 family
37-
> - g4 family
38-
> - New handling of current limit using voltage
39-
> - Support for motor KV rating - back emf estimation
40-
> - Using motor phase resistance
41-
4222

23+
<blockquote class="info">
24+
<p class="heading">NEW RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.2 <a href="https://github.com/simplefoc/Arduino-FOC/releases/tag/v2.2.2">see release</a></p>
25+
<ul>
26+
<li>GenericCurrentSense bugfix and testing</li>
27+
<li>bugfix leonardo #170</li>
28+
<li>bugfix - no index search after specifying natural direction</li>
29+
<li>Low level API restructuring
30+
<ul dir="auto">
31+
<li>Driver API</li>
32+
<li>Current sense API</li>
33+
</ul>
34+
</li>
35+
<li>New debugging interface - <a href="https://docs.simplefoc.com/debugging">see in docs</a>
36+
<ul dir="auto">
37+
<li>Static class SimpleFOCDebug</li>
38+
</ul>
39+
</li>
40+
<li>CurrentSense API change - added method <code class="highlighter-rouge">linkDriver()</code> - <a href="https://docs.simplefoc.com/current_sense">see in docs</a></li>
41+
<li>Low-side current sensing - <a href="https://docs.simplefoc.com/low_side_current_sense">see in docs</a>
42+
<ul dir="auto">
43+
<li>ESP32 generic support for multiple motors</li>
44+
<li>Added low-side current sensing support for stm32 - only one motor
45+
<ul dir="auto">
46+
<li>f1 family</li>
47+
<li>f4 family</li>
48+
<li>g4 family</li>
49+
</ul>
50+
</li>
51+
</ul>
52+
</li>
53+
<li>New appraoch for current estimation for torque control using voltage - <a href="https://docs.simplefoc.com/voltage_torque_mode">see in docs </a>
54+
<ul dir="auto">
55+
<li>Support for motor KV rating - back emf estimation</li>
56+
<li>Using motor phase resistance</li>
57+
</ul>
58+
</li>
59+
<li>KV rating and phase resistance used for open-loop current limiting as well - <a href="https://docs.simplefoc.com/open_loop_motion_control">see in docs </a> </li>
60+
</ul>
61+
</blockquote>
4362

4463
## Arduino *SimpleFOClibrary* v2.2
4564

0 commit comments

Comments
 (0)