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
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,24 @@ Therefore this is an attempt to:
25
25
- 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
27
> NEXT 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)
28
31
> - Teensy 3.x initial support for 6pwm
29
32
> - Teensy 4.x initial support for 6pwm
30
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)
31
35
> - More flexible monitoring API
32
36
> - start, end and separator characters
33
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
35
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)
36
46
> - phase disable in 6pwm mode
37
47
> - stm32 - software and hardware 6pwm
38
48
> - atmega328
@@ -41,7 +51,7 @@ Therefore this is an attempt to:
41
51
> - current control through voltage torque mode enhancement
42
52
> - extended `BLDCMotor` and `StepperMotor` constructors to receive the inductance paramerer
43
53
> - can also be set using `motor.phase_inductance` or through `Commander`
44
-
## Arduino *SimpleFOClibrary* v2.2.3
54
+
## Arduino *SimpleFOClibrary* v2.3
45
55
46
56
<palign="">
47
57
<ahref="https://youtu.be/Y5kLeqTc6Zk">
@@ -223,11 +233,3 @@ If you are interested in citing *Simple**FOC**library* or some other component
223
233
}
224
234
225
235
```
226
-
227
-
228
-
## Arduino FOC repo structure
229
-
Branch | Description | Status
230
-
------------ | ------------- | ------------
231
-
[master](https://github.com/simplefoc/Arduino-FOC) | Stable and tested library version | 
232
-
[dev](https://github.com/simplefoc/Arduino-FOC/tree/dev) | Development library version | 
233
-
[minimal](https://github.com/simplefoc/Arduino-FOC/tree/minimal) | Minimal Arduino example with integrated library | 
0 commit comments