You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,12 +30,29 @@ Therefore this is an attempt to:
30
30
- For official driver boards see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Boards</span>](https://docs.simplefoc.com/boards)
31
31
- Many many more boards developed by the community members, see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Community</span>](https://community.simplefoc.com/)
32
32
33
-
> NEXT RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.5
34
-
> - Motor characterization code thanks to @mcells
35
-
> - Bugfix for ESP32 C6 thanks to @kondor1622
33
+
> NEXT RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.5
34
+
>
35
+
> - ESP32 bugfix
36
+
> - after the low-level API changes in the Arduino-ESP32 core [PR447](https://github.com/simplefoc/Arduino-FOC/pull/447)
37
+
> - Pin is not configured [PR458](https://github.com/simplefoc/Arduino-FOC/pull/458)
> - HybridStepperMotor added to the main library [PR457](https://github.com/simplefoc/Arduino-FOC/pull/457) - [see in docs](https://docs.simplefoc.com/steppermotor)
41
+
> - Motor characterisation (phase resistance and inductance) [PR436](https://github.com/simplefoc/Arduino-FOC/pull/436) - [see in docs](https://docs.simplefoc.com/bldcmotor#how-can-i-measure-the-phase-resistance-and-inductance)
42
+
> - SAMD21 support for low-side current sensing [PR479](https://github.com/simplefoc/Arduino-FOC/pull/479)
43
+
> - RP2350 support [PR435](https://github.com/simplefoc/Arduino-FOC/pull/435)[PR468](https://github.com/simplefoc/Arduino-FOC/pull/468)
44
+
> - STM32
45
+
> - New driver code [PR442](https://github.com/simplefoc/Arduino-FOC/pull/442)
46
+
> - Low-side current sensing support for H7 family [PR460](https://github.com/simplefoc/Arduino-FOC/pull/460)
47
+
> - Docs
48
+
> - Hybrid stepper motor example [see in docs](https://docs.simplefoc.com/stepper_control_shield)
49
+
> - Sensorless FOC example [see in docs](https://docs.simplefoc.com/sensorless_foc_nucleo_example)
50
+
> - A short guide to synchronous loop - [see in docs](https://docs.simplefoc.com/real_time_loop)
36
51
> - See the complete list of bugfixes and new features of v2.3.5 [fixes and PRs](https://github.com/simplefoc/Arduino-FOC/milestone/12)
0 commit comments