Javascript wrappers for LSM303AGR Sensor library

Dependencies:   LSM303AGR

Dependents:   ST_SENSOR_JS

Revision:
2:ddbdfca82832
Parent:
0:23a17bd32990
Child:
4:ae1fba759405
--- a/LSM303AGR_JS-js.h	Mon Oct 23 16:41:41 2017 +0200
+++ b/LSM303AGR_JS-js.h	Wed Oct 25 14:00:26 2017 +0200
@@ -40,19 +40,19 @@
 
 #ifndef _LSM303AGR_JS_JS_H
 #define _LSM303AGR_JS_JS_H
- 
+
 /* Includes ------------------------------------------------------------------*/
 
 // This file contains all the macros
 #include "jerryscript-mbed-library-registry/wrap_tools.h"
- 
+
 // Class constructor
 DECLARE_CLASS_CONSTRUCTOR(LSM303AGR_JS);
- 
+
 // Define a wrapper, we can load the wrapper in `main.cpp`.
 // This makes it possible to load libraries optionally.
 DECLARE_JS_WRAPPER_REGISTRATION (LSM303AGR_JS_library) {
     REGISTER_CLASS_CONSTRUCTOR(LSM303AGR_JS);
 }
- 
+
 #endif 
\ No newline at end of file