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 03
15 //#define GPIO1 28
16 //#define GPIO2 29
17 //#define GPIO3 31
18 #define GPIO0 26
19 #define GPIO1 27
20 #define GPIO2 28
21 #define GPIO3 29
22 
23 #define SDN 05 //With BMP:Hackable
24 //#define SDN 18 //With JLINK
25 //#define SDN 26 //With BMP:Bluey
26 #define PA_EN_PIN 30
27 #define LNA_EN_PIN 31