projet cabanis golf 2022

Dependencies:   mbed HX711 TextLCD

Revision:
3:e3f90a2684c1
Parent:
2:a7f75462252d
--- 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;