summaryrefslogtreecommitdiff
path: root/include/driver
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-12-08 18:58:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-12-08 18:58:17 +0100
commita2316cb4cf92ba507f07b654f153682ed587605c (patch)
tree1c01c9f627ab5196c531ec6e71d067d6bb1cc1cf /include/driver
parent7baef4fb7bbbce9d802099548aebc8a3450c6481 (diff)
hdc1080: add explicit measure() function
Diffstat (limited to 'include/driver')
-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 83a99cb..85d1303 100644
--- a/include/driver/hdc1080.h
+++ b/include/driver/hdc1080.h
@@ -20,6 +20,7 @@ class HDC1080 {
float getRH();
unsigned int getManufacturerID();
void init();
+ void measure();
void heater(bool on);
};