Skip to content

Commit 790852f

Browse files
author
Richard Unger
committed
update README file for release
1 parent 8caf05d commit 790852f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ The intent is to keep the core of SimpleFOC clean, and thus easy to maintain, un
1010

1111
## New Release
1212

13-
v1.0.7 - Released ??? 2023, for Simple FOC 2.3.3 or later
13+
v1.0.7 - Released 29 March 2024, for Simple FOC 2.3.2 or later
1414

1515

1616
What's changed since 1.0.6?
17-
- Added AS5600 sensor driver
17+
- Improvements to LinearHall driver, thanks to dekutree
18+
- Fix for ESP32 compiler warning, thanks to Yannik Stradmann
1819
- Added STM32 LPTIM encoder driver
1920
- Refactored communications code
2021
- Working telemetry abstraction
21-
- Working streams communications, ASCII or Binary based
22+
- Working streams communications, ASCII based
2223
- Refactored settings storage code
2324
- Refactored I2CCommander
25+
- New utility class for simple trapezoidal motion profiles
2426
- Bugfixes [included](https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.7+)
2527

2628

@@ -90,6 +92,7 @@ Other support code not fitting in the above categories.
9092

9193
- [STM32 PWM Input driver](src/utilities/stm32pwm/) - PWM Input driver for STM32 MCUs. Accurately measure PWM inputs with zero MCU overhead.
9294
- [STM32 CORDIC trig driver](src/utilities/stm32math/) - CORDIC driver to accellerate sine and cosine calculations in SimpleFOC, on STM32 MCUs which have a CORDIC unit.
95+
- [TrapezoidalPlanner](src/utilities/trapezoids/) - Simple trapezoidal motion planner.
9396

9497
## How to use
9598

0 commit comments

Comments
 (0)