This repository was archived by the owner on Apr 16, 2021. It is now read-only.
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
Incorrect pin (either diagram or variant.cpp) #46
Closed
Description
The official board pinout diagram says D7 is P0.09, and D8 is P0.10.
However, the BSP v1.1.3 variant.cpp says they are 0.23 and P0.21, respectively:
ArduinoCore-nRF528x-mbedos/variants/ARDUINO_NANO33BLE/variant.cpp
Lines 12 to 15 in 8b642cc
Which of these are correct and should be our source of truth?
Can someone validate each of the pin definitions in variant.cpp for correctness?