[chronojump] Restored calibration factor



commit 73b2f581d2fe9ef76394c22594b37b6206c5f548
Author: Xavier Padullés <x padulles gmail com>
Date:   Tue Oct 24 17:22:00 2017 +0200

    Restored calibration factor

 arduino/ForceSensor/ForceSensor.ino |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/arduino/ForceSensor/ForceSensor.ino b/arduino/ForceSensor/ForceSensor.ino
index dea0321..c1a9048 100644
--- a/arduino/ForceSensor/ForceSensor.ino
+++ b/arduino/ForceSensor/ForceSensor.ino
@@ -64,7 +64,7 @@ void setup() {
 
   
   //The factor to convert the units coming from the cell to the units used in the calibration
-  scale.set_scale(9155555.0); // Usual value  in Chronojump strength gauge
+  scale.set_scale(915.0); // Usual value  in Chronojump strength gauge
 
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]