diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/driver/scd4x.h | 1 |
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(); }; |