** Function name: MCP_CAN ** Descriptions: Constructor *********************************************************************************************************/
| 5 | ** Descriptions: Constructor |
| 6 | *********************************************************************************************************/ |
| 7 | MCP_CAN::MCP_CAN(byte _CS) |
| 8 | { |
| 9 | pSPI = &SPI; |
| 10 | init_CS(_CS); |
| 11 | } |
| 12 | |
| 13 | /********************************************************************************************************* |
| 14 | ** Function name: init_CS |
nothing calls this directly
no outgoing calls
no test coverage detected