sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
892 stars 276 forks source link

CalliopeMini: Move SCK to a real pin #447

Open functionpointer opened 3 years ago

functionpointer commented 3 years ago

SPI pin definitions use the mapped pins, not the raw pins (like P0.01). The MISO and MOSI pins are already using the mapping, but the SCK pin doesnt, so this PR changes that.