We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a7dbea + f39b62b commit ff53247Copy full SHA for ff53247
2 files changed
variants/XMC1400/config/XMC1400_Arduino_Kit/pins_arduino.h
@@ -79,6 +79,11 @@ extern const uint8_t NUM_ANALOG_INPUTS;
79
#define PIN_SPI_MISO 12
80
#define PIN_SPI_SCK 13
81
82
+extern uint8_t SS;
83
+extern uint8_t MOSI;
84
+extern uint8_t MISO;
85
+extern uint8_t SCK;
86
+
87
#define A0 0
88
#define A1 1
89
#define A2 2
variants/XMC1400/config/XMC1400_XMC2GO/pins_arduino.h
@@ -85,6 +85,11 @@ extern const uint8_t NUM_ANALOG_INPUTS;
#define PIN_SPI_MISO 0
#define PIN_SPI_SCK 2
90
91
92
93
// Define analog pin
94
95
0 commit comments