2017-05-26 02:19:25 +02:00
|
|
|
# SPI Pins
|
|
|
|
|
|
|
|
Sets the SPI MOSI, MISO and SCK pins
|
|
|
|
|
|
|
|
```sig
|
|
|
|
pins.spiPins(DigitalPin.P0, DigitalPin.P1, DigitalPin.P2);
|
|
|
|
```
|
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## Parameters
|
2017-05-26 02:19:25 +02:00
|
|
|
|
|
|
|
* ``MOSI``, the ``MOSI`` pin
|
|
|
|
* ``MISO``, the ``MISO`` pin
|
|
|
|
* ``SCK``, the ``SCK`` pin
|
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## See also
|
2017-05-26 02:19:25 +02:00
|
|
|
|
|
|
|
[SPI](https://developer.mbed.org/handbook/SPI)
|