Skip to content

Commit e8154ab

Browse files
committed
2 parents 1400f98 + adab45e commit e8154ab

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,21 @@ This project is avaiable on our [Tindie store!](https://www.tindie.com/products/
2323
* [Hardware:](/Hardware) Folder containing the gerber file, schematic and BOM.
2424
* [Datasheet EncoderI2C V2:](EncoderI2CV2_v1.6.pdf) Datasheet of the board with the description of the registers and some useful information.
2525

26-
** The HW project is also available on [CircuitMaker.](https://workspace.circuitmaker.com/Projects/Details/Simone--Caron/I2C-Encoder-V2) **
26+
**The HW project is also available on [CircuitMaker](https://workspace.circuitmaker.com/Projects/Details/Simone--Caron/I2C-Encoder-V2)**
27+
28+
29+
30+
31+
32+
## Third-party libraries
33+
34+
* [C# / nanoFramework]( https://github.com/andylyonette/I2cEncoderV2) thanks to [Andy Lyonette](https://www.hackster.io/andy-lyonette)
35+
* [PSOC](https://github.com/rudydevolder/DUPPA-i2cEncoder-for-PSOC) thanks to Rudy De Volder
36+
37+
38+
39+
40+
2741

2842

2943
**If you want to donate for my work, i would really appreciate it. You can donate here with this link. Thank you!**

Raspberry Library/smbus2/i2cEncoderLibV2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def updateStatus(self) :
157157

158158
if (self.stat == 0):
159159
self.stat2 = 0
160-
return False
160+
return False
161161

162162
if (self.stat & INT2) != 0 :
163163
self.stat2 = self.readEncoder8(REG_I2STATUS)

0 commit comments

Comments
 (0)