File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
variants/arduino_nano_connect Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,19 @@ static const uint8_t A5 = (13u);
56
56
#define PIN_SPI0_MISO (D12)
57
57
#define PIN_SPI0_MOSI (D11)
58
58
#define PIN_SPI0_SCK (D13)
59
- #define PIN_SPI0_SS (13u)//( D10)
59
+ #define PIN_SPI0_SS (D10)
60
60
61
61
#define PIN_SPI1_MISO (D25)
62
62
#define PIN_SPI1_MOSI (D28)
63
63
#define PIN_SPI1_SCK (D29)
64
- #define PIN_SPI1_SS (13u )
64
+ #define PIN_SPI1_SS (D10 )
65
65
66
66
// Wire
67
67
#define PIN_WIRE0_SDA (D18)
68
68
#define PIN_WIRE0_SCL (D19)
69
69
70
- #define PIN_WIRE1_SDA (26u) //Non c'è
71
- #define PIN_WIRE1_SCL (27u) //Non c'è
70
+ #define PIN_WIRE1_SDA (D14)
71
+ #define PIN_WIRE1_SCL (D15)
72
72
73
73
#define SERIAL_HOWMANY (3u)
74
74
#define SPI_HOWMANY (2u)
@@ -95,7 +95,7 @@ static const uint8_t SCK = PIN_SPI0_SCK;
95
95
#define SerialHCI Serial2
96
96
97
97
//#define NINA_GPIOIRQ (21u) // LEDG pin (GPIO26 on NINA)
98
- #define NINA_GPIO0 (20u) // real GPIO0 on NINA
98
+ #define NINA_GPIO0 (D20) // (2u), real GPIO0 on NINA
99
99
100
100
#define SPIWIFI_SS (D26)
101
101
#define SPIWIFI_ACK (D27)
You can’t perform that action at this time.
0 commit comments