diff --git a/neosensor/libraries/neocampus_drivers/SCD4x.h b/neosensor/libraries/neocampus_drivers/SCD4x.h index e6bfc1292c0e093405d0537a9e2d6d3c8469f542..6e30425c9be90654d9b5515826d1c11d3aadf305 100644 --- a/neosensor/libraries/neocampus_drivers/SCD4x.h +++ b/neosensor/libraries/neocampus_drivers/SCD4x.h @@ -36,9 +36,9 @@ TO BE CONTINUED /* * Definitions */ -/* SHT3x sensors send back both T and RH at the same time, but since - * we'll have both instances of this class ==> we implement a cache to - * avoid reading the sensors two times one for T then for RH */ +/* SCD4x sensor send back both CO2, T and RH at the same time, but since + * we'll have three instances of this class ==> we implement a cache to + * avoid reading the sensor multiple times */ #define SHT3X_SENSOR_CACHE_MS 5000 // ms caches values validity // Enable CRC lookup table (regular computation otherwise)