HDC1080 sensor library

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Sun Nov 10 14:22:08 2019 +0000
Parent:
3:d7627c8dcfe3
Commit message:
Include mbed.h

Changed in this revision

HDC1080.h Show annotated file Show diff for this revision Revisions of this file
--- a/HDC1080.h	Sun Nov 10 03:37:32 2019 +0000
+++ b/HDC1080.h	Sun Nov 10 14:22:08 2019 +0000
@@ -2,6 +2,7 @@
 #ifndef HDC1080_H
 #define HDC1080_H
 
+#include "mbed.h"
 
 class HDC1080:public I2C {
 public: