MCPcopy Create free account
hub / github.com/Seeed-Studio/Seeed_Arduino_CAN / MCP_CAN

Method MCP_CAN

src/mcp_can.cpp:7–11  ·  view source on GitHub ↗

** Function name: MCP_CAN ** Descriptions: Constructor *********************************************************************************************************/

Source from the content-addressed store, hash-verified

5** Descriptions: Constructor
6*********************************************************************************************************/
7MCP_CAN::MCP_CAN(byte _CS)
8{
9 pSPI = &SPI;
10 init_CS(_CS);
11}
12
13/*********************************************************************************************************
14** Function name: init_CS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected