Skip to content

Commit aa8baca

Browse files
Merge pull request #23 from runger1101001/dev
update front page for 2.3.2 release
2 parents abc8d54 + 30254a8 commit aa8baca

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

index.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@ Therefore this is an attempt to:
2929
- *Medium-power* BLDC driver (<30Amps): [Arduino <span class="simple">Simple<b>FOC</b>PowerShield</span> ](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield).
3030

3131
<blockquote class="info" markdown="1">
32-
<p class="heading">NEW RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.3.1 <a href="https://github.com/simplefoc/Arduino-FOC/releases/tag/v2.3.1">see release</a></p>
33-
- Support for Arduino UNO R4 Minima (Renesas R7FA4M1 MCU - note UNO R4 WiFi is not yet supported)
34-
- Support setting PWM polarity on ESP32 (thanks to [@mcells](https://github.com/mcells))
35-
- Expose I2C errors in MagneticSensorI2C (thanks to [@padok](https://github.com/padok))
36-
- Improved default trig functions (sine, cosine) - faster, smaller
37-
- Overridable trig functions - plug in your own optimized versions
38-
- Bugfix: microseconds overflow in velocity mode [#287](https://github.com/simplefoc/Arduino-FOC/issues/287)
39-
- Bugfix: KV initialization ([5fc3128](https://github.com/simplefoc/Arduino-FOC/commit/5fc3128d282b65c141ca486327c6235089999627))
40-
- And more bugfixes - see the [complete list of 2.3.1 fixes here](https://github.com/simplefoc/Arduino-FOC/issues?q=is%3Aissue+milestone%3A2.3.1_Release)
41-
- Change: simplify initFOC() API ([d57d32d](https://github.com/simplefoc/Arduino-FOC/commit/d57d32dd8715dbed4e476469bc3de0c052f1d531). [5231e5e](https://github.com/simplefoc/Arduino-FOC/commit/5231e5e1d044b0cc33ede67664b6ef2f9d0a8cdf), [10c5b87](https://github.com/simplefoc/Arduino-FOC/commit/10c5b872672cab72df16ddd738bbf09bcce95d28))
42-
- Change: check for linked driver in currentsense and exit gracefully ([5ef4d9d](https://github.com/simplefoc/Arduino-FOC/commit/5ef4d9d5a92e03da0dd5af7f624243ab30f1b688))
43-
- Compatibility with newest versions of Arduino framework for STM32, Renesas, ESP32, Atmel SAM, Atmel AVR, nRF52 and RP2040
32+
<p class="heading">NEW RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.3.2 <a href="https://github.com/simplefoc/Arduino-FOC/releases/tag/v2.3.2">see release</a></p>
33+
- Improved [space vector modulation code](https://github.com/simplefoc/Arduino-FOC/pull/309) thanks to [@Candas1](https://github.com/Candas1)
34+
- Bugfix for stepper motor initialization
35+
- Bugfix for current sensing when only 2 phase currents available - please re-check your current sense PID tuning
36+
- Bugfix for teensy3.2 - [#321](https://github.com/simplefoc/Arduino-FOC/pull/321)
37+
- Added teensy3/4 compile to the github CI using platformio
38+
- Fix compile issues with recent versions of ESP32 framework
39+
- Add ADC calibration on STM32 MCUs thanks to [@Candas1](https://github.com/Candas1)
40+
- Bugfix for crash when using ADC2 on ESP32s - [thanks to @mcells](https://github.com/simplefoc/Arduino-FOC/pull/346)
41+
- Bugfix for renesas PWM on UNO R4 WiFi - [thanks to @facchinm](https://github.com/simplefoc/Arduino-FOC/pull/322)
42+
- And more bugfixes - see the complete list of 2.3.2 [fixes and PRs](https://github.com/simplefoc/Arduino-FOC/milestone/9?closed=1)
4443
</blockquote>
4544

4645
## Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span> <i><small>v2.3.1</small></i>

0 commit comments

Comments
 (0)