So in the board python files there's two kinds of pins. There the pin in with the cpu's name like PD15. Then there's the arduino style of naming D13. How do these pythons string match up.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So in the board python files there's two kinds of pins. There the pin in with the cpu's name like PD15. Then there's the arduino style of naming D13. How do these pythons string match up.
https://github.com/espruino/Espruino/blob/master/boards/NRF52840DK.py
https://os.mbed.com/platforms/Nordic-nRF52840-DK/
So i ask this because i used the image above to the pinout.
But found that this is how it worked in the code.
P1.15 = D47 and not D13 as it looked like in the MBed pinout.