From c0be374eee293c28b3242b7ca05612ff488fbc71 Mon Sep 17 00:00:00 2001 From: francois <francois@clever.amilab.irit.fr> Date: Thu, 10 Mar 2022 09:05:38 +0100 Subject: [PATCH] update --- neosensor/libraries/neocampus_drivers/SCD4x.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neosensor/libraries/neocampus_drivers/SCD4x.h b/neosensor/libraries/neocampus_drivers/SCD4x.h index ca37674a..0c55c194 100644 --- a/neosensor/libraries/neocampus_drivers/SCD4x.h +++ b/neosensor/libraries/neocampus_drivers/SCD4x.h @@ -67,9 +67,9 @@ enum class sht3xCmd_t : uint16_t { set_ambiant_pressure = 0xe000, // execution time: 1ms // field calibration - perform_forced_calibration = 0x362f // execution time: 400ms - set_automatic_self_calibration_enabled = 0x2416 // execution time: 1ms - get_automatic_self_calibration_enabled = 0x2313 // execution time: 1ms + perform_forced_calibration = 0x362f, // execution time: 400ms + set_automatic_self_calibration_enabled = 0x2416, // execution time: 1ms + get_automatic_self_calibration_enabled = 0x2313, // execution time: 1ms // low-power operations start_low_power_periodoc_measurement = 0x21ac, // 30s measurement delay -- GitLab