scd4x: add support for SCD41 single-shot measurements

I have a SCD41, and would like to use it for single shot measurements
instead of "low power periodic" measurements to achieve much lower
average current consumption.
This commit is contained in:
Ayke van Laethem
2025-11-28 10:32:46 +01:00
committed by Ron Evans
parent fab688a701
commit 9ed648f4a5
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -22,4 +22,5 @@ const (
CmdStartLowPowerPeriodicMeasurement = 0x21AC
CmdStartPeriodicMeasurement = 0x21B1
CmdStopPeriodicMeasurement = 0x3F86
CmdMeasureSingleShot = 0x219D
)