drivers/ninaw10: Add missing external pins 34 and 39.

There are 2 more external pins controlled by the Nina module.
This commit is contained in:
iabdalkader 2023-03-07 09:48:34 +01:00 committed by Damien George
parent e764bf0138
commit 46c432eaa6
1 changed files with 2 additions and 0 deletions

View File

@ -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
};