Skip to content

Commit f996220

Browse files
author
Richard Unger
committed
Update library version to 1.0.2
1 parent 966ac9c commit f996220

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.project
2+
.DS_Store

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This library contains an assortment of drivers and supporting code for SimpleFOC
88

99
The intent is to keep the core of SimpleFOC clean, and thus easy to maintain, understand and port to different platforms. In addition to this core, there are various drivers and supporting code which has grown around SimpleFOC, and which we would like to make available to the community.
1010

11+
## New Release
12+
13+
v1.0.2 - Released Oct 2022, for Simple FOC 2.2.3
14+
15+
- Calibrated sensor by @MarethyuPrefect
16+
- New Sensors: MT6701, MA330, MT6816
17+
- Fixes bugs
18+
19+
1120
## What's contained
1221

1322
What's here? See the sections below. Each driver or function should come with its own more detailed README.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleFOCDrivers
2-
version=1.0.1
2+
version=1.0.2
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)