Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fattoresaimon committed Jun 30, 2019
2 parents 1400f98 + adab45e commit e8154ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@ This project is avaiable on our [Tindie store!](https://www.tindie.com/products/
* [Hardware:](/Hardware) Folder containing the gerber file, schematic and BOM.
* [Datasheet EncoderI2C V2:](EncoderI2CV2_v1.6.pdf) Datasheet of the board with the description of the registers and some useful information.

** The HW project is also available on [CircuitMaker.](https://workspace.circuitmaker.com/Projects/Details/Simone--Caron/I2C-Encoder-V2) **
**The HW project is also available on [CircuitMaker](https://workspace.circuitmaker.com/Projects/Details/Simone--Caron/I2C-Encoder-V2)**





## Third-party libraries

* [C# / nanoFramework]( https://github.com/andylyonette/I2cEncoderV2) thanks to [Andy Lyonette](https://www.hackster.io/andy-lyonette)
* [PSOC](https://github.com/rudydevolder/DUPPA-i2cEncoder-for-PSOC) thanks to Rudy De Volder







**If you want to donate for my work, i would really appreciate it. You can donate here with this link. Thank you!**
Expand Down
2 changes: 1 addition & 1 deletion Raspberry Library/smbus2/i2cEncoderLibV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def updateStatus(self) :

if (self.stat == 0):
self.stat2 = 0
return False
return False

if (self.stat & INT2) != 0 :
self.stat2 = self.readEncoder8(REG_I2STATUS)
Expand Down

0 comments on commit e8154ab

Please sign in to comment.