acd52832 LSM9DS1 example

Dependencies:   ACD_ePaper aconno_bsp mbed

Committer:
jurica238814
Date:
Thu Sep 22 11:38:40 2016 +0000
Revision:
0:940647793667
acd52832 LSM9DS1 example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jurica238814 0:940647793667 1 /* Copyright (c) 2016 Aconno. All Rights Reserved.
jurica238814 0:940647793667 2 *
jurica238814 0:940647793667 3 * Licensees are granted free, non-transferable use of the information. NO
jurica238814 0:940647793667 4 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
jurica238814 0:940647793667 5 * the file.
jurica238814 0:940647793667 6 *
jurica238814 0:940647793667 7 */
jurica238814 0:940647793667 8
jurica238814 0:940647793667 9
jurica238814 0:940647793667 10 #define M_SCALE16GS 3
jurica238814 0:940647793667 11 #define M_ODR_80 7
jurica238814 0:940647793667 12
jurica238814 0:940647793667 13 #define M_ENABLE 1 // True
jurica238814 0:940647793667 14 #define M_SCALE M_SCALE_16GS
jurica238814 0:940647793667 15 #define M_SAMPLE_RATE M_ODR_80
jurica238814 0:940647793667 16 #define M_XY_PERFORMANCE 3
jurica238814 0:940647793667 17 #define M_Z_PERFORMANCE 3
jurica238814 0:940647793667 18 #define M_LOW_POWER_ENABLE 0 // False
jurica238814 0:940647793667 19 #define M_OPERATING_MODE 0
jurica238814 0:940647793667 20
jurica238814 0:940647793667 21