From 1140a6cc132ebcfbc48786249b07ab68b19b7e68 Mon Sep 17 00:00:00 2001 From: Miguel Angel Califa Urquiza Date: Thu, 15 Aug 2019 11:52:19 -0500 Subject: [PATCH] Update MQUnifiedsensor.h --- src/MQUnifiedsensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MQUnifiedsensor.h b/src/MQUnifiedsensor.h index 0989273..9dd2705 100644 --- a/src/MQUnifiedsensor.h +++ b/src/MQUnifiedsensor.h @@ -60,7 +60,7 @@ #define retry_interval 20 /**********************Application Related Macros**********************************/ -/* Gas, Value of m (Slope) and b (Cut on x axis) points */ +/* Gas, Value of a and b points */ //Values consolidated //Equation PPM = a*((x)^b) /********************** MQ2 ******************************************************/ @@ -300,4 +300,4 @@ class MQUnifiedsensor }; -#endif //MQUnifiedsensor_H \ No newline at end of file +#endif //MQUnifiedsensor_H