From 908be97ba3d8437eb2ae6f9f5b57b9845d862bac Mon Sep 17 00:00:00 2001 From: Noah Page Date: Fri, 27 Sep 2024 09:28:05 -0400 Subject: [PATCH] Fix @param[out] labels in readMeasurementDataRaw() --- src/SensirionI2cSf06Lf.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/SensirionI2cSf06Lf.h b/src/SensirionI2cSf06Lf.h index 22e4069..7d0df09 100644 --- a/src/SensirionI2cSf06Lf.h +++ b/src/SensirionI2cSf06Lf.h @@ -186,12 +186,13 @@ class SensirionI2cSf06Lf { * results (flow, temperature, and signaling flags) can be read continuously * with this command. * - * @param[out] rawFlow For SLF3C-1300F, SLF3S-1300F convert to ml/min by - * applying: flow = raw_flow / 500 For SLF3S-4000B convert to ml/min by - * applying: flow = raw_flow / 32 For SLF3S-0600F convert to μl/min by - * applying: flow = raw_flow / 10 For LD20-0600L convert to ml/h by - * applying: flow = raw_flow / 1200 For LD20-2600B convert to ml/h by - * applying: flow = raw_flow / 20 + * @param[out] rawFlow Convert to units by + * applying: flow = raw_flow / 500 For SLF3C-1300F convert to ml/min + * applying: flow = raw_flow / 500 For SLF3S-1300F convert to ml/min + * applying: flow = raw_flow / 32 For SLF3S-4000B convert to ml/min + * applying: flow = raw_flow / 10 For SLF3S-0600F convert to μl/min + * applying: flow = raw_flow / 1200 For LD20-0600L convert to ml/h + * applying: flow = raw_flow / 20 For LD20-2600B convert to ml/h * @param[out] rawTemperature Convert to degrees celsius by temperature = * raw_temperature / 200 * @param[out] signalingFlags Gives additional information about the