Javascript wrappers for LPS22HB Sensor library

Dependencies:   LPS22HB

Dependents:   ST_SENSOR_JS

Revision:
6:a480866ede7e
Parent:
5:e92dbbec30d7
--- a/LPS22HB_JS.h	Tue Oct 31 16:20:09 2017 +0100
+++ b/LPS22HB_JS.h	Wed Jan 17 10:55:45 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 */
-    LPS22HB_JS(){ printf("calling empty constructor"); }
+    LPS22HB_JS(){}
     
     LPS22HB_JS(DevI2C &devI2c);
     void init(DevI2C &devI2c);