From 0ef4d84e89b58f8da8166ae24d0f4d0d246b767c Mon Sep 17 00:00:00 2001 From: hg Date: Thu, 20 Nov 2014 22:54:16 +0100 Subject: [PATCH] more calibration fixes --- ads1210.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ads1210.cpp b/ads1210.cpp index 5171172..d1278e6 100644 --- a/ads1210.cpp +++ b/ads1210.cpp @@ -15,7 +15,7 @@ const uint8_t CONFIG_CAL_OFFSET = 0; -const uint8_t CONFIG_CAL_FACTOR = 2; +const uint8_t CONFIG_CAL_FACTOR = 4; void ADS1210::enableCS() const {