autowp / arduino-mcp2515

Arduino MCP2515 CAN interface library
MIT License
793 stars 279 forks source link

SPI clock too high for 16MHz ATMega328P #76

Open TzOk83 opened 2 years ago

TzOk83 commented 2 years ago

The fastest possible SPI clock on Arduino UNO R3, and NANO/PRO MINI clones (ATMega328P@16MHz) is 8MHz, so you can't set it to 10MHz.