Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jun 21, 2024
1 parent d62d97c commit 1ff4472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotaryDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ uint8_t rotaryDecoder::readInitialState()
_lastPos[i] = value & 0x03;
value >>= 2;
}
return value;
return _lastValue;
}


Expand Down

0 comments on commit 1ff4472

Please sign in to comment.