Skip to content

Commit d115dc1

Browse files
committed
pin layout updates for new board
1 parent ac60081 commit d115dc1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/phoenix-arduino-joystick/phoenix-arduino-joystick.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ const hc165_config_t hc165_configs[kNumButtonGroups] = {
6464
},
6565
{
6666
.name = " wing",
67-
.ploadPin = 16,
68-
.clockDataPin = 14,
67+
.ploadPin = 15,
68+
.clockDataPin = 18,
6969
},
7070
{
7171
.name = "thrttl",
72-
.ploadPin = 15,
73-
.clockDataPin = 18,
72+
.ploadPin = 20,
73+
.clockDataPin = 21,
7474
},
7575
};
7676

examples/phoenix-arduino-test/phoenix-arduino-test.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ const hc165_config_t hc165_configs[numButtonGroups] = {
1515
},
1616
{
1717
.name = " wing",
18-
.ploadPin = 16,
19-
.clockDataPin = 14,
18+
.ploadPin = 15,
19+
.clockDataPin = 18,
2020
},
2121
{
2222
.name = "thrttl",
23-
.ploadPin = 15,
24-
.clockDataPin = 18,
23+
.ploadPin = 20,
24+
.clockDataPin = 21,
2525
},
2626
};
2727

0 commit comments

Comments
 (0)