Skip to content

Commit

Permalink
drivers/ninaw10: Add missing external pins 34 and 39.
Browse files Browse the repository at this point in the history
There are 2 more external pins controlled by the Nina module.
  • Loading branch information
iabdalkader authored and dpgeorge committed Mar 7, 2023
1 parent e764bf0 commit 46c432e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ninaw10/machine_pin_nina.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ static uint8_t pin_map[MICROPY_HW_PIN_EXT_COUNT] = {
27, // LEDR
25, // LEDG
26, // LEDB
34, // A4
39, // A5
36, // A6
35, // A7
};
Expand Down

0 comments on commit 46c432e

Please sign in to comment.