We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dadab7 commit 12e4adaCopy full SHA for 12e4ada
targets/TARGET_TT/TARGET_TT_M4G9/PinNames.h
@@ -101,6 +101,7 @@ typedef enum {
101
MBED_CONF_APP_UART0_RX = PE2,
102
103
// Switches
104
+ USER_BUTTON = PL4,
105
SW1 = PL4,
106
SW2 = PL5,
107
SW3 = PV0,
@@ -112,6 +113,13 @@ typedef enum {
112
113
I2C_SDA = SDA,
114
I2C_SCL = SCL,
115
116
+ // SPI pins
117
+ SPI_MOSI = D11,
118
+ SPI_MISO = D12,
119
+ SPI_SCK = D13,
120
+ SPI_CS = D10,
121
+
122
123
// Not connected
124
NC = (int)0xFFFFFFFF,
125
} PinName;
0 commit comments