Nrf52 arduino redefine pins

Hi,

I am using nrf52 with Arduino on the Holyiot-17095 board, there are not all pins available.

How to redefine default mapping pins?

Thanks, Taras.

  1. How about to file a feature request here Issues · sandeepmistry/arduino-nRF5 · GitHub?
  2. You can use the most compatible board from this list platform-nordicnrf51/boards at develop · platformio/platform-nordicnrf51 · GitHub and override board_build.variant in platformio.ini configuration file. The variants are located in ~/.platformio/packages/framework-arduinonordicnrf5/variants. So, clone some variant and update it.