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.
Fork of X_NUCLEO_IDB0XA1 by
Revision 308:73b71a571d94, committed 2017-08-09
- Comitter:
- TakeshiWada
- Date:
- Wed Aug 09 10:02:49 2017 +0000
- Parent:
- 307:fa98703ece8e
- Commit message:
- tset
Changed in this revision
x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Fri Sep 16 12:03:25 2016 +0200 +++ b/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Wed Aug 09 10:02:49 2017 +0000 @@ -43,8 +43,8 @@ /*** SPI ***/ /* Use Arduino I2C Connectors */ -#define IDB0XA1_PIN_SPI_MOSI (D11) -#define IDB0XA1_PIN_SPI_MISO (D12) +#define IDB0XA1_PIN_SPI_MOSI (D1) +#define IDB0XA1_PIN_SPI_MISO (D0) #define IDB0XA1_PIN_SPI_nCS (A1) #define IDB0XA1_PIN_SPI_RESET (D7) #define IDB0XA1_PIN_SPI_IRQ (A0)