projet cabanis golf 2022

Dependencies:   mbed HX711 TextLCD

Files at this revision

API Documentation at this revision

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;