Skip to content

Commit 3a4268e

Browse files
committed
version control
1 parent 878a47f commit 3a4268e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The code is simple enough to be run on Arudino Uno board.
7373
### Encoder
7474
- Encoder channels `A` and `B` are connected to the Arduino's external intrrupt pins `2` and `3`.
7575
- Optionally if your encoder has `index` signal you can connect it to any available pin, figure shows pin `4`.
76-
- The library doesnt support the Index pin for now (version v1.1.0)
76+
- The library doesnt support the Index pin for now (version v1.0)
7777
### L6234 breakout board
7878
- Connected to the arduino pins `9`,`10` and `11`.
7979
- Additionally you can connect the `enable` pin to the any digital pin of the arduino the picture shows pin `8` but this is optional. You can connect the driver enable directly to 5v.
@@ -98,7 +98,7 @@ Since HMBGC doesn't have acces to the arduinos external interrupt pins `2` and `
9898

9999
- Encoder channels `A` and `B` are connected to the pins `A0` and `A1`.
100100
- Optionally if your encoder has `index` signal you can connect it to any available pin, figure shows pin `A2`.
101-
- The library doesnt support the Index pin for now (version v1.1.0)
101+
- The library doesnt support the Index pin for now (version v1.0)
102102
### Motor
103103
- Motor phases `a`,`b` and `c` are connected directly to the driver outputs
104104

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Simple FOC
2-
version=1.2.0
2+
version=1.0
33
author=Antun Skuric <antun.skuric@outlook.com>
44
maintainer=Antun Skuric <antun.skuric@outlook.com>
55
sentence=A library demistifying FOC for BLDC motors

0 commit comments

Comments
 (0)