Javascript wrappers for LSM303AGR Sensor library

Dependencies:   LSM303AGR

Dependents:   ST_SENSOR_JS

Revision:
1:78c55e099d6c
Parent:
0:23a17bd32990
Child:
2:ddbdfca82832
--- a/LSM303AGR_JS.h	Thu Oct 12 11:09:16 2017 +0200
+++ b/LSM303AGR_JS.h	Mon Oct 23 16:41:41 2017 +0200
@@ -63,7 +63,7 @@
 public:
     /* Constructors */
     LSM303AGR_JS(){ printf("calling empty constructor"); }
-    LSM303AGR_JS(DevI2C &devI2c);
+    LSM303AGR_JS(I2C &i2c);
     
     /* Destructor */
     ~LSM303AGR_JS();