Skip to content

Commit

Permalink
Fix PCA20006 pinmap
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jan 14, 2025
1 parent 90a193b commit 893df5c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions variants/PCA20006/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,32 @@ const uint32_t g_ADigitalPinMap[] = {
1,
2,
3,
4,
5,
(uint32_t)-1,
5,
6,
7,
(uint32_t)-1,
(uint32_t)-1,
8,
9,
10,
(uint32_t)-1,
11,
12,
13,
14,
(uint32_t)-1,
(uint32_t)-1,
15,
16,
17,
(uint32_t)-1,
18,
19,
(uint32_t)-1,
20,
21,
22,
23,
(uint32_t)-1,
(uint32_t)-1,
24,
25,
(uint32_t)-1,
(uint32_t)-1,
28,
29,
30,
(uint32_t)-1,
(uint32_t)-1,
(uint32_t)-1,
(uint32_t)-1,
(uint32_t)-1
};

0 comments on commit 893df5c

Please sign in to comment.