File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
SparkFun_BlackBoard_Artemis_ATP/config
SparkFun_BlackBoard_Artemis_Nano/config
SparkFun_BlackBoard_Artemis/config Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,13 @@ extern Uart Serial1;
66
66
67
67
#define LED_BUILTIN 13
68
68
69
+ // Pins with dedicated silk covering the pin number
70
+ #define MOSI 7
71
+ #define MISO 6
72
+ #define SCK 5
73
+ #define SCL 15
74
+ #define SDA 14
75
+ #define TX1 1
76
+ #define RX1 0
77
+
69
78
#endif // _AP3_VARIANT_H_
Original file line number Diff line number Diff line change @@ -66,4 +66,13 @@ extern Uart Serial1;
66
66
67
67
#define LED_BUILTIN 5
68
68
69
+ // Pins with dedicated silk covering the pin number
70
+ #define MOSI 7
71
+ #define MISO 6
72
+ #define SCK 5
73
+ #define SCL 39
74
+ #define SDA 40
75
+ #define TX1 24
76
+ #define RX1 25
77
+
69
78
#endif // _AP3_VARIANT_H_
Original file line number Diff line number Diff line change @@ -63,4 +63,15 @@ extern Uart Serial1;
63
63
64
64
#define LED_BUILTIN 19
65
65
66
+ // Pins with dedicated silk in addition to the silk label
67
+ #define MOSI 12
68
+ #define MISO 13
69
+ #define SCK 11
70
+ #define SDA3 6
71
+ #define SCL3 7
72
+ #define SDA2 17
73
+ #define SCL2 18
74
+ #define TX1 9
75
+ #define RX1 10
76
+
66
77
#endif // _AP3_VARIANT_H_
You can’t perform that action at this time.
0 commit comments