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
Copy file name to clipboardexpand all lines: README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,18 @@ Additionally, most of the efforts at this moment are still channeled towards the
19
19
Therefore this is an attempt to:
20
20
- 🎯 Demystify FOC algorithm and make a robust but simple Arduino library: [Arduino *SimpleFOClibrary*](https://docs.simplefoc.com/arduino_simplefoc_library_showcase)
21
21
- <i>Support as many <b>motor + sensor + driver + mcu</b> combinations out there</i>
22
-
- 🎯 Develop a modular FOC supporting BLDC driver boards:
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
22
+
- 🎯 Develop modular and easy to use FOC supporting BLDC driver boards
23
+
- For official driver boards see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Boards</span>](https://docs.simplefoc.com/boards)
24
+
- Many many more boards developed by the community members, see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Community</span>](https://community.simplefoc.com/)
27
25
28
26
> NEW RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.3
29
27
> - Teensy4
30
28
> - support for low-side current sensing [#392](https://github.com/simplefoc/Arduino-FOC/pull/392)
31
29
> - support for center aligned 6pwm and 3pwm (optional) [#392](https://github.com/simplefoc/Arduino-FOC/pull/392)
32
30
> - stm32
33
31
> - support for center aligned pwm (even across multiple timers and motors/drivers) [#374](https://github.com/simplefoc/Arduino-FOC/pull/374), [#388](https://github.com/simplefoc/Arduino-FOC/pull/388)
34
-
> - support for DMA based low-side current sensing: [#383](https://github.com/simplefoc/Arduino-FOC/pull/383),[#378](https://github.com/simplefoc/Arduino-FOC/pull/378),
32
+
> - support for DMA based low-side current sensing: [#383](https://github.com/simplefoc/Arduino-FOC/pull/383),[#378](https://github.com/simplefoc/Arduino-FOC/pull/378)
33
+
> - support for f7 architecture [#388](https://github.com/simplefoc/Arduino-FOC/pull/388),[#394](https://github.com/simplefoc/Arduino-FOC/pull/394)
0 commit comments