Skip to content

Commit

Permalink
Fix the reading so it makes sense now.
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
  • Loading branch information
thenetworkgrinch committed Aug 24, 2024
1 parent 4c9304e commit bbf8110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void configure(boolean inverted)
@Override
public double getAbsolutePosition()
{
return encoder.getPosition();
return encoder.getPosition() * (360 / 3.3);
}

/**
Expand Down

0 comments on commit bbf8110

Please sign in to comment.