Merge pull request #364 from nds2204/patch-1

Update functions.md
This commit is contained in:
mstroh
2025-06-06 19:28:34 +02:00
committed by GitHub

View File

@@ -793,7 +793,7 @@ Opens the specified SPI bus. The Raspberry Pi has 2 channels, 0 and 1. The speed
```C
int wiringPiSPISetup (int channel, int speed);
int wiringPiSPISetup (int channel, int speed, int mode);
int wiringPiSPISetupMode (int channel, int speed, int mode);
int wiringPiSPIxSetupMode(const int number, const int channel, const int speed, const int mode);
```