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
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
26
26
27
-
> NEW RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.0
28
-
> - Arduino Mega 6pwm more timers supported
29
-
> - Arduino boards - frequency change support either 32kHz or 4kHz
30
-
> - Arduino Uno - synched timers in 3pwm and 6pwm mode [#71](https://github.com/simplefoc/Arduino-FOC/issues/71)
31
-
> - Teensy 3.x initial support for 6pwm
32
-
> - Teensy 4.x initial support for 6pwm
33
-
> - Example for v3.1 SimpleFOCShield
34
-
> - RP2040 compatibility for earlehillpower core [#234](https://github.com/simplefoc/Arduino-FOC/pull/234)[#236](https://github.com/simplefoc/Arduino-FOC/pull/236)
35
-
> - More flexible monitoring API
36
-
> - start, end and separator characters
37
-
> - decimal places (settable through commander)
38
-
> - Added machine readable verbose mode in `Commander`[#233](https://github.com/simplefoc/Arduino-FOC/pull/233)
39
-
> -*Simple**FOC**WebController* - Web based user interface for SimpleFOC by [@geekuillaume](https://github.com/geekuillaume) - [webcontroller.simplefoc.com](webcontroller.simplefoc.com)
> - bugfix - current sense align - added offset exchange when exchanging pins
42
-
> - bugfix - trapezoid 150 fixed
43
-
> - bugfix - 4pwm on ESP8266 [#224](https://github.com/simplefoc/Arduino-FOC/pull/224)
44
-
> - Additional `InlineCurrentSense` and `LowsideCurrentSense` constructor using milliVolts per Amp [#253](https://github.com/simplefoc/Arduino-FOC/pull/253)
45
-
> - STM32L4xx current sense support by [@Triple6](https://github.com/Triple6) (discord) [#257](https://github.com/simplefoc/Arduino-FOC/pull/257)
46
-
> - phase disable in 6pwm mode
47
-
> - stm32 - software and hardware 6pwm
48
-
> - atmega328
49
-
> - atmega2560
50
-
> - Lag compensation using motor inductance [#246](https://github.com/simplefoc/Arduino-FOC/issues/246)
51
-
> - current control through voltage torque mode enhancement
52
-
> - extended `BLDCMotor` and `StepperMotor` constructors to receive the inductance paramerer
53
-
> - can also be set using `motor.phase_inductance` or through `Commander`
54
-
## Arduino *SimpleFOClibrary* v2.3
27
+
> NEW RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.1
28
+
> - Support for Arduino UNO R4 Minima and UNO R4 WiFi (Renesas R7FA4M1 MCUs)
29
+
> - Support setting PWM polarity on ESP32 (thanks to [@mcells](https://github.com/mcells))
30
+
> - Expose I2C errors in MagneticSensorI2C (thanks to [@padok](https://github.com/padok))
0 commit comments