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