Skip to content

Commit c4e8bed

Browse files
committed
Merge pull request #9 from Deamiter/patch-1
Fixed typo in scale calibration instructions.
2 parents d525d52 + b812d7a commit c4e8bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Although other libraries exist, I needed a slightly different approach, so here'
2424
How to Calibrate Your Scale
2525

2626
1. Call set_scale() with no parameter.
27-
2. Call set_tare() with no parameter.
27+
2. Call tare() with no parameter.
2828
3. Place a known weight on the scale and call get_units(10).
2929
4. Divide the result in step 3 to your known weight. You should get about the parameter you need to pass to set_scale.
3030
5. Adjust the parameter in step 4 until you get an accurate reading.

0 commit comments

Comments
 (0)