Changed default pin defines to match those available on MTS boards
Dependencies: HTS221 LPS22HB LSM303AGR LSM6DSL
Fork of X_NUCLEO_IKS01A2 by
Revision 14:50e12c9ee8ef, committed 2018-01-26
- Comitter:
- pferland
- Date:
- Fri Jan 26 17:39:10 2018 +0000
- Parent:
- 13:138a7a28bd21
- Commit message:
- Changed default defines for MTS platforms
Changed in this revision
x_nucleo_iks01a2_targets.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 138a7a28bd21 -r 50e12c9ee8ef x_nucleo_iks01a2_targets.h --- a/x_nucleo_iks01a2_targets.h Wed Sep 27 15:47:14 2017 +0000 +++ b/x_nucleo_iks01a2_targets.h Fri Jan 26 17:39:10 2018 +0000 @@ -47,8 +47,8 @@ #define IKS01A2_PIN_I2C_SCL (D15) /* LSM6DSL INT1 */ -#define IKS01A2_PIN_LSM6DSL_INT1 (D4) +#define IKS01A2_PIN_LSM6DSL_INT1 (PB_0) /* LSM6DSL INT2 */ -#define IKS01A2_PIN_LSM6DSL_INT2 (D5) +#define IKS01A2_PIN_LSM6DSL_INT2 (PB_2) #endif // _X_NUCLEO_IKS01A2_TARGETS_H_