McNeight / Canbus

Code from SK Pang Electronics Canbus ECU Reader Project Arduino sketch
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Modifications for Arduino Mega #1

Open trevstanhope opened 8 years ago

trevstanhope commented 8 years ago

I tried to compile this library for the Arduino Mega, and noticed that it wasn't working. I assume this is because of the setup for SPI pins in defaults.h but am not 100% sure how to the fix the problem.

McNeight commented 8 years ago

Greetings.

This repository exists mostly for historical reasons. If you want to run CAN on your Mega, try CAN_Library at https://github.com/McNeight/CAN_Library

-Neil