| 198 | */ |
| 199 | |
| 200 | int wiringPiSPIxSetup (const int number, const int channel, const int speed) { |
| 201 | return wiringPiSPIxSetupMode(number, channel, speed, 0) ; |
| 202 | } |
| 203 | |
| 204 | |
| 205 | int wiringPiSPISetup (int channel, int speed) { |
nothing calls this directly
no test coverage detected