i2c trial - does'nt work

Dependencies:   ACD_ePaper aconno_I2C aconno_bsp mbed

Fork of acd52832_LSM9DS1 by Jurica Resetar

Revision:
0:940647793667
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LSM9DS1_defVals.h	Thu Sep 22 11:38:40 2016 +0000
@@ -0,0 +1,21 @@
+/* Copyright (c) 2016 Aconno. All Rights Reserved.
+ *
+ * Licensees are granted free, non-transferable use of the information. NO
+ * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
+ * the file.
+ *
+ */
+ 
+ 
+ #define M_SCALE16GS            3
+ #define M_ODR_80               7
+ 
+ #define M_ENABLE               1               // True
+ #define M_SCALE                M_SCALE_16GS
+ #define M_SAMPLE_RATE          M_ODR_80
+ #define M_XY_PERFORMANCE       3
+ #define M_Z_PERFORMANCE        3
+ #define M_LOW_POWER_ENABLE     0               // False
+ #define M_OPERATING_MODE       0
+ 
+ 
\ No newline at end of file