@@ -10,13 +10,12 @@ The intent is to keep the core of SimpleFOC clean, and thus easy to maintain, un
1010
1111## New Release
1212
13- v1.0.8 - Released July 2024, for Simple FOC 2.3.4 or later
13+ v1.0.9 - Released xxx 2024, for Simple FOC 2.3.x or later
1414
1515
16- What's changed since 1.0.7?
17- - MA735 driver thanks to [ @techyrobot ] ( https://github.com/techy-robot )
18- - ESP32HWEncoder driver thanks to [ @mcells ] ( https://github.com/mcells )
19- - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.8+ )
16+ What's changed since 1.0.8?
17+ - AS5600 driver bugfix thanks to [ @zbas ] ( https://github.com/zbas )
18+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.9 )
2019
2120
2221## What is included
@@ -116,6 +115,11 @@ Find out more information about the Arduino SimpleFOC project on the [docs websi
116115
117116## Release History
118117
118+ What's changed since 1.0.7?
119+ - MA735 driver thanks to [ @techyrobot ] ( https://github.com/techy-robot )
120+ - ESP32HWEncoder driver thanks to [ @mcells ] ( https://github.com/mcells )
121+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.8 )
122+
119123What's changed since 1.0.6?
120124- Improvements to LinearHall driver, thanks to dekutree
121125- Fix for ESP32 compiler warning, thanks to Yannik Stradmann
@@ -126,14 +130,14 @@ What's changed since 1.0.6?
126130- Refactored settings storage code
127131- Refactored I2CCommander
128132- New utility class for simple trapezoidal motion profiles
129- - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7+ )
133+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7 )
130134
131135What's changed since 1.0.5?
132136- Added STSPIN32G4 driver
133137- Added STM32G4 CORDIC code, for greatly accellerated trig functions on supported MCUs
134138- Added STM32FlashSettingsStorage driver, supporting STM32G4 MCUs
135139- Improvements in the MT6835 sensor driver
136- - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.6+ )
140+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.6 )
137141
138142What's changed since 1.0.4?
139143- Added smoothing sensor by [ @dekutree64 ] ( https://github.com/dekutree64 )
@@ -143,7 +147,7 @@ What's changed since 1.0.4?
143147- New Settings driver: SAMDNVMSettingsStorage
144148- SimpleFOCRegisters abstraction, mapping SimpleFOC parameters to virtual "Registers"
145149- Updated I2CCommander to use the new registers abstraction
146- - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.5+ )
150+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.5 )
147151
148152What's changed since 1.0.3?
149153- New Comms/Input: STM32SpeedDirCommander
0 commit comments