Can anyone tell me why this error is occurring, I am trying to program my Arduino Uno to use a si4703 Sparkfun FM radio receiver for a fm radio project. I have tried to install the library multiple time but this keeps occuring
IDE version 1.8.15
Error code:
Si4703_Radio_Test:1:10: fatal error: Si4703_Breakout.h: No such file or directory #include <Si4703_Breakout.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Si4703_Breakout.h: No such file or directory
The Arduino IDE can not find the library.
Which library do you use and how did you install it ?
For myself, I use this order:
Check the Library Manager of the Arduino IDE first.
Then check Github, if it is there then download it via the Download / ZIP button to download the ZIP file and then I use the Arduino IDE to install a library as a ZIP file.
If the library is not even on Github, then I download the library and put it in the "Documents / Arduino / libraries" folder. The "libraries" folder is next to your own Arduino projects.
Sometimes I put the *.cpp and *.h of a library in the Arduino project. They appear as tabs in the Arduino IDE.