MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / wiringPiSPIxSetup

Function wiringPiSPIxSetup

wiringPi/wiringPiSPI.c:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 */
199
200int wiringPiSPIxSetup (const int number, const int channel, const int speed) {
201 return wiringPiSPIxSetupMode(number, channel, speed, 0) ;
202}
203
204
205int wiringPiSPISetup (int channel, int speed) {

Callers

nothing calls this directly

Calls 1

wiringPiSPIxSetupModeFunction · 0.85

Tested by

no test coverage detected