I am very low educated in the Arduino environment. I have a program running on a Arduino MEGA 2560 and connected to an Ardafruit PN532. The software is written by somebody else and I use it. However it works, but if I want to verify it the system tells me
quote
/Users/renesusan/Documents/Arduino/test01/test01.ino:4:10: fatal error: Adafruit_PN532.h: No such file or directory
#include <Adafruit_PN532.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: Adafruit_PN532.h: No such file or directory
end of quote
can anybody tell me what I do wrong, as the software works fine and in the serial monitor I can find my readings from the ardafruit.
regards
Rene