summaryrefslogtreecommitdiff
path: root/include/driver/hdc1080.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/hdc1080.h')
-rw-r--r--include/driver/hdc1080.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/driver/hdc1080.h b/include/driver/hdc1080.h
index f6f278c..6a510a0 100644
--- a/include/driver/hdc1080.h
+++ b/include/driver/hdc1080.h
@@ -15,6 +15,7 @@ class HDC1080 {
float getRH();
unsigned int getManufacturerID();
void init();
+ void heater(bool on);
};
extern HDC1080 hdc1080;