You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/SPI/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ void setup() {
35
35
}
36
36
```
37
37
38
+
### Extended API
39
+
40
+
* All `transfer()` API's have a new bool argument `skipReceive`. It allows to skip receive data after transmitting. Value can be `SPI_TRANSMITRECEIVE` or `SPI_TRANSMITONLY`. Default `SPI_TRANSMITRECEIVE`.
41
+
38
42
#### Change default `SPI` instance pins
39
43
It is also possible to change the default pins used by the `SPI` instance using above API:
0 commit comments