Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seeed-Studio/Seeed_Arduino_CAN
/ setSPI
Method
setSPI
src/mcp_can.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void MCP_CAN::setSPI(SPIClass *_pSPI)
29
{
30
pSPI = _pSPI; // define SPI port to use before begin()
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected