Can bus shield and Arduino Uno pins

If using digital 9 as CS pin, you need modify some codes:

#define SPICS 10

You need modify it in mcp_can_dfs.h , and you don’t worry about any other problems.

Jacket