File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff 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!**
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments