From acf42ef27b31ea716160df3b5930221597c876d4 Mon Sep 17 00:00:00 2001 From: August Quint <49277349+AugustQu@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:24:49 +0100 Subject: [PATCH] Update sds011read.h --- include/sds011read.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sds011read.h b/include/sds011read.h index 734395a7..d278a5fd 100644 --- a/include/sds011read.h +++ b/include/sds011read.h @@ -11,5 +11,7 @@ bool sds011_init(); void sds011_loop(); +void sds011_sleep(void); +void sds011_wakeup(void); #endif // _SDS011READ_H