Javascript wrappers for HTS221 Sensor library

Dependencies:   HTS221

Dependents:   ST_SENSOR_JS

Revision:
4:6043b9511072
Parent:
3:df24cbc8aaf0
Child:
5:bbe15d3cac27
--- a/HTS221_JS.h	Mon Oct 23 16:38:37 2017 +0200
+++ b/HTS221_JS.h	Wed Oct 25 13:58:13 2017 +0200
@@ -61,7 +61,7 @@
 public:
     /* Constructors */
     HTS221_JS(){ printf("calling empty constructor"); }
-    HTS221_JS(I2C &i2c);
+    HTS221_JS(DevI2C &devI2c);
     
     /* Destructor */
     ~HTS221_JS();