Javascript wrappers for HTS221 Sensor library
Dependencies: HTS221
Diff: HTS221_JS.h
- Revision:
- 3:df24cbc8aaf0
- Parent:
- 2:c8589b137d5a
- Child:
- 4:6043b9511072
--- a/HTS221_JS.h Thu Oct 12 11:12:41 2017 +0200
+++ b/HTS221_JS.h Mon Oct 23 16:38:37 2017 +0200
@@ -61,7 +61,7 @@
public:
/* Constructors */
HTS221_JS(){ printf("calling empty constructor"); }
- HTS221_JS(DevI2C &devI2c);
+ HTS221_JS(I2C &i2c);
/* Destructor */
~HTS221_JS();