17 lines
172 B
Markdown
17 lines
172 B
Markdown
# SPI Format
|
|
|
|
Sets the SPI format
|
|
|
|
```sig
|
|
pins.spiFormat(8, 3);
|
|
```
|
|
|
|
### Parameters
|
|
|
|
* ``bits``,
|
|
* ``mode``,
|
|
|
|
### See also
|
|
|
|
[SPI](https://developer.mbed.org/handbook/SPI)
|