pxt-calliope/docs/reference/pins/spi-format.md
2017-05-25 17:19:25 -07:00

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)