Longan-Labs / Arduino_CAN_BUS_MCP2515

Arduino CAN Bus library, MCP2515/MCP2551
https://www.longan-labs.cc/
MIT License
118 stars 371 forks source link

Install does not work in Windows 7 #9

Closed Bicester closed 10 months ago

Bicester commented 9 years ago

How is this library actually installed? On Windows 7 (64 bit) (Arduino 1.6.1) "MySketches/libraries" does not exist Default place for sketches is: "C:\Users\Documents\Arduino" And imported library (Sketch | Import Library... | Add Library..." is placed in: "C:\Users\Documents\Arduino\libraries\CAN_BUS_Shield-master" While most libraries are in: "C:\Program Files (x86)\Arduino\libraries" Whinges for ever about missing .h files one after another which can individually be fixed by copying into the folder "CAN_BUS_Shield-master"

(Am Arduino novice.)