Skip to content

Commit

Permalink
docs: calibration data
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresjolyst committed Jan 5, 2025
1 parent df0fef5 commit 27e05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/calibration/calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ vinTest: 12.87473, multimeter Voltage: 12.46 !
b = (ln(12.46) - ln(5.02)) / (ln(12.87473) - ln(5.31395))
b = 1.0273

a = exp(ln(5.02) - 1.0273 \* ln(5.31395))
a = exp(ln(5.02) - b \* ln(5.31395))
a = 0.902573

0 comments on commit 27e05e6

Please sign in to comment.