From 080067b5ee69d9d9a7524b7eac249c158506e9bd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 15 Apr 2021 11:32:42 +0200 Subject: scd4x: implement startLowPower, remove unsupported stopLowPower --- include/driver/scd4x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/driver/scd4x.h b/include/driver/scd4x.h index 19ba20d..d99c4fc 100644 --- a/include/driver/scd4x.h +++ b/include/driver/scd4x.h @@ -24,7 +24,6 @@ class SCD4x { void stop(); void startLowPower(); - void stopLowPower(); void read(); }; -- cgit v1.2.3