summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-04-15 11:32:42 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-04-15 11:32:42 +0200
commit080067b5ee69d9d9a7524b7eac249c158506e9bd (patch)
tree95160db09df0fee6efaffc4712132f8a5604a82d /include
parent055c0473f61ec61860f77e6420a0478ca43f4456 (diff)
scd4x: implement startLowPower, remove unsupported stopLowPower
Diffstat (limited to 'include')
-rw-r--r--include/driver/scd4x.h1
1 files changed, 0 insertions, 1 deletions
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();
};