I bought this NFC Shield for my Arduino controller.
https://www.seeedstudio.com/NFC-Shield-V2-0.html?utm_source=blog&utm_medium=blog
I downloaded and installed this library as instructed from GitHub https://github.com/Seeed-Studio/PN532
But when I include the library I get an error: Code:
include "PN532_SPI.h"
Error message: ResolveLibrary(PN532/PN532/PN532Interface.h) In file included from D:\OneDrive\Ardruino\NFC Reader\Seeed\Example Code\2020-05-14\2020-05-14.ino:1:0: -> candidates: []
C:\Program Files (x86)\Arduino\libraries\PN532_SPI/PN532_SPI.h:6:10: fatal error: PN532/PN532/PN532Interface.h: No such file or directory
include "PN532/PN532/PN532Interface.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
What could be the problem? Please help?