Library for reading out the LCM 101 sensor and also usable for S610 loadcells

Fork of LCM101 by Martijn Grootens

Revision:
2:77cffacfd89e
Parent:
1:493c1de4a28d
--- a/lcm101.h	Thu Aug 25 14:34:28 2016 +0000
+++ b/lcm101.h	Tue Jun 05 08:48:06 2018 +0000
@@ -36,6 +36,8 @@
     float getForce() 
     {
         return kOffset_ + kFactor_ * getForceRaw();
+        //it appears that higher order polynomials show better accuracy, within the 40 kg range that is.
+        // Awaiting other instructions, a linear fit will be currently used however.
     }
     
     /**