Skip to content

Commit 4ce521f

Browse files
author
Richard Unger
committed
update README and version for release
1 parent 51b1cbe commit 4ce521f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

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

1111
## New Release
1212

13-
v1.0.4 - Released May 2023, for Simple FOC 2.3.0
13+
v1.0.4 - Released June 2023, for Simple FOC 2.3.0
1414

1515
What's changed since 1.0.3?
16-
- New Input: STM32SpeedDirCommander
16+
- New Comms/Input: STM32SpeedDirCommander
17+
- New Utility: STM32PWMInput
1718
- Fixed MT6835 driver bugs
19+
- Improved AS5047 driver, fixed bugs
20+
- Improved AS5047U driver, fixed bugs
1821

1922
## What is included
2023

@@ -39,6 +42,7 @@ What is here? See the sections below. Each driver or function should come with i
3942
- [MT6816 SPI driver](src/encoders/mt6816/) - SPI driver for the MagnTek MT6816 absolute position magnetic rotary encoder IC.
4043
- [MT6701 SSI driver](src/encoders/mt6701/) - SSI driver for the MagnTek MT6701 absolute position magnetic rotary encoder IC.
4144
- [MT6835 SPI driver](src/encoders/mt6835/) - SPI driver for the MagnTek MT6835 21 bit magnetic rotary encoder IC.
45+
- [STM32 PWM sensor driver](src/encoders/stm32pwmsensor/) - STM32 native timer-based driver for PWM angle sensors.
4246

4347
### Communications
4448

keywords.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ AS5048A KEYWORD1
44
AS5047 KEYWORD1
55
AS5145 KEYWORD1
66
MA730 KEYWORD1
7+
MT6835 KEYWORD1
8+
SC60228 KEYWORD1
79
TLE5012B KEYWORD1
810
I2CCommander KEYWORD1
9-
11+
STM32HWEncoder KEYWORD1

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleFOCDrivers
2-
version=1.0.3
2+
version=1.0.4
33
author=Simplefoc <[email protected]>
44
maintainer=Simplefoc <[email protected]>
55
sentence=A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.

0 commit comments

Comments
 (0)