Javascript wrappers for LSM6DSL Sensor library

Dependencies:   LSM6DSL

Dependents:   ST_SENSOR_JS

Revision:
6:97726929e01f
Parent:
5:4f29cb91aaef
--- a/LSM6DSL_JS-js.cpp	Tue Oct 31 16:21:19 2017 +0100
+++ b/LSM6DSL_JS-js.cpp	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:
@@ -223,7 +223,7 @@
     jerry_value_t out = jerry_create_string((unsigned char *)result);
     
     //mbed::Serial pc((PinName)0x2C, (PinName)0x32);
-    printf("accele: %s\n", result);
+    //printf("accele: %s\n", result);
    
     // Recycle the result from function
     delete result;