Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed HX711 TextLCD
Revision 3:e3f90a2684c1, committed 2022-06-20
- Comitter:
- mbedyp
- Date:
- Mon Jun 20 09:37:37 2022 +0000
- Parent:
- 2:a7f75462252d
- Commit message:
- edit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jun 13 13:38:26 2022 +0000 +++ b/main.cpp Mon Jun 20 09:37:37 2022 +0000 @@ -32,8 +32,8 @@ //AnalogIn scaleRaw(A3); Serial pc(USBTX, USBRX); // USB Serial Terminal -float calibration_factor1 = 2325; //2325 // -7050 worked for my 440lb max scale setup -float calibration_factor2 = 2178; //2178 +float calibration_factor1 = 2290; //2325 // -7050 worked for my 440lb max scale setup +float calibration_factor2 = 2180; //2178 int averageSamples = 5; //NOMBRE DE MESURE int moyenneClick = 0;