Appiko
pin_trace.h
1 #define MISO 24
2 //#define MISO 27 //With BMP:Hackable
3 #define MOSI 23
4 //#define MOSI 26 //With BMP:Hackable
5 #define SCK 14 //With JLINK
6 //#define SCK 25 //With BMP:Hackable
7 //#define SCK 22 //With BMP:Bluey
8 #define CS 04
9 
10 //#define GPIO0 11 //With BMP:Hackable
11 //#define GPIO1 12 //With BMP:Hackable
12 //#define GPIO2 13 //With BMP:Hackable
13 //#define GPIO3 14 //With BMP:Hackable
14 #define GPIO0 26
15 #define GPIO1 27
16 #define GPIO2 28
17 #define GPIO3 29
18 
19 //#define SDN 05 //With BMP:Hackable
20 #define SDN 18 //With JLINK
21 //#define SDN 26 //With BMP:Bluey
22 #define PA_EN_PIN 30
23 #define LNA_EN_PIN 31