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.
Revision 3:cce192eb931f, committed 2016-02-23
- Comitter:
- apalmieri
- Date:
- Tue Feb 23 12:22:08 2016 +0000
- Parent:
- 2:1ec0dea195f8
- Child:
- 4:e97bbb97aa43
- Commit message:
- Move definitions in x_nucleo_plc01a1_config.h and minor fix
Changed in this revision
| BSP/x_nucleo_plc01a1_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BSP/x_nucleo_plc01a1_config.h Tue Feb 23 10:40:17 2016 +0000 +++ b/BSP/x_nucleo_plc01a1_config.h Tue Feb 23 12:22:08 2016 +0000 @@ -67,11 +67,19 @@ #define X_NUCLEO_PLC01A1_PIN_I2C_SCL (D15) #define X_NUCLEO_PLC01A1_PIN_I2C_SDA (D14) +/* Output channels enable pin. */ +#define X_NUCLEO_PLC01A1_PIN_OUT_EN (D6) + /* SPI. */ +#define X_NUCLEO_PLC01A1_PIN_SPI_CS1 (D9) +#define X_NUCLEO_PLC01A1_PIN_SPI_CS2 (D10) + #define X_NUCLEO_PLC01A1_PIN_SPI_MOSI (D11) #define X_NUCLEO_PLC01A1_PIN_SPI_MISO (D12) #define X_NUCLEO_PLC01A1_PIN_SPI_SCLK (D13) +#define X_NUCLEO_PLC01A1_PIN_SPI_BITS (16) + /* Interrupts. */ #define X_NUCLEO_PLC01A1_PIN_INT_1 (A2)