Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: STM32_MagneticLight
Fork of X_NUCLEO_IKS01A1 by
Revision 91:cc797b17b973, committed 2017-02-07
- Comitter:
- Arkadi
- Date:
- Tue Feb 07 14:15:41 2017 +0000
- Parent:
- 90:bd74c33ecbbd
- Commit message:
- modified defaul i2c pins
Changed in this revision
x_nucleo_iks01a1_targets.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/x_nucleo_iks01a1_targets.h Mon Oct 10 06:55:29 2016 +0000 +++ b/x_nucleo_iks01a1_targets.h Tue Feb 07 14:15:41 2017 +0000 @@ -43,8 +43,8 @@ /*** I2C ***/ /* Use Arduino I2C Connectors */ -#define IKS01A1_PIN_I2C_SDA (D14) -#define IKS01A1_PIN_I2C_SCL (D15) +#define IKS01A1_PIN_I2C_SDA (D4) +#define IKS01A1_PIN_I2C_SCL (D5) /* Free Fall Detection IRQ */ #define IKS01A1_PIN_FF (A2)