Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

const int IntPin = A3; /* Definition of the interrupt pin. You can change according to your board */
//Class initialization with the I2C addresses
i2cEncoderMiniLib Encoder(0x20); /* A0 is soldered */
i2cEncoderMiniLib Encoder(0x20);

//Callback when the CVAL is incremented
void encoder_increment(i2cEncoderMiniLib* obj) {
Expand Down