Javascript wrappers for LSM6DSL Sensor library

Dependencies:   LSM6DSL

Dependents:   ST_SENSOR_JS

Revision:
6:97726929e01f
Parent:
5:4f29cb91aaef
--- a/LSM6DSL_JS.h	Tue Oct 31 16:21:19 2017 +0100
+++ b/LSM6DSL_JS.h	Wed Jan 17 10:56:16 2018 +0100
@@ -9,7 +9,7 @@
  ******************************************************************************
  * @attention
  *
- * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
+ * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * are permitted provided that the following conditions are met:
@@ -60,7 +60,7 @@
 
 public:
     /* Constructors */
-    LSM6DSL_JS(){ printf("calling empty constructor"); }
+    LSM6DSL_JS(){}
     
     LSM6DSL_JS(DevI2C &devI2c);
     void init(DevI2C &devI2c);