This repository was archived by the owner on Apr 16, 2021. It is now read-only.

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:
|
P0_23, NULL, NULL, // D7 |
|
|
|
// D8 - D13 |
|
P0_21, NULL, NULL, // D8 |
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?