File tree 1 file changed +6
-6
lines changed
variants/RASPBERRY_PI_PICO
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ static const uint8_t A3 = PIN_A3;
42
42
#define PIN_SERIAL_RX (1ul)
43
43
44
44
// SPI
45
- #define PIN_SPI_MISO (4u )
46
- #define PIN_SPI_MOSI (3u )
47
- #define PIN_SPI_SCK (2u )
48
- #define PIN_SPI_SS (5u )
45
+ #define PIN_SPI_MISO (16u )
46
+ #define PIN_SPI_MOSI (19u )
47
+ #define PIN_SPI_SCK (18u )
48
+ #define PIN_SPI_SS (17u )
49
49
50
50
static const uint8_t SS = PIN_SPI_SS ; // SPI Slave SS not used. Set here only for reference.
51
51
static const uint8_t MOSI = PIN_SPI_MOSI ;
52
52
static const uint8_t MISO = PIN_SPI_MISO ;
53
53
static const uint8_t SCK = PIN_SPI_SCK ;
54
54
55
55
// Wire
56
- #define PIN_WIRE_SDA (6u )
57
- #define PIN_WIRE_SCL (7u )
56
+ #define PIN_WIRE_SDA (4u )
57
+ #define PIN_WIRE_SCL (5u )
58
58
59
59
#define SERIAL_HOWMANY 1
60
60
#define SERIAL1_TX (digitalPinToPinName(PIN_SERIAL_TX))
You can’t perform that action at this time.
0 commit comments