8000 Fix pinmap for Edge V2 · EmbeddedMan/Arduino_Apollo3@ce5fb43 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce5fb43

Browse files
committed
Fix pinmap for Edge V2
1 parent fa15508 commit ce5fb43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

variants/SparkFun_Edge_V2/config/variant.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ SOFTWARE.
2222

2323
#include "variant.h"
2424

25+
// Apollo3 pads 30 and 46 are not exposed by Artemis module
2526
const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
2627
AP3_GPIO_PAD_UNUSED,
2728
AP3_GPIO_PAD_UNUSED,
@@ -39,10 +40,10 @@ const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
3940
13,
4041
14,
4142
15,
42-
AP3_GPIO_PAD_UNUSED,
43+
16,
4344
17,
44-
AP3_GPIO_PAD_UNUSED,
45-
AP3_GPIO_PAD_UNUSED,
45+
18,
46+
19,
4647
20,
4748
21,
4849
22,

0 commit comments

Comments
 (0)
0