Some Library file missing
erkanrua opened this issue · 3 comments
erkanrua commented
NMEA2000\src/NMEA2000_CAN.h:317:10: fatal error: NMEA2000_mcp.h: No such file or directory
#include <NMEA2000_mcp.h>
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
ttlappalainen commented
As explained on document, you need to load also NMEA2000_mcp (https://github.com/ttlappalainen/NMEA2000_mcp) and CAN_BUS_shiel (https://github.com/ttlappalainen/CAN_BUS_Shield) libraries.
erkanrua commented
Thank you for advice. After two repo installed solved my problem. Which document write it I didn't see.
Thank you for your help
ttlappalainen commented
Did you read the library first page? On bottom it says "... full documentation ..."
Then there is heading "Get your project started" https://ttlappalainen.github.io/NMEA2000/get_started.html