Working my way through some tutorials. Got to ELEGOO Lessons 9, and 10 and ran into a problem. Each of these lessons starts off looking for a .h file in a library. I can see the .h files in the library, but the compiler evidently does not.
Servo Lesson 9: servo.h
Lesson 10: SR04.h
Error message for Lesson 10:
Arduino: 1.8.10 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
SR04_Example:3:10: error: SR04.h: No such file or directory
#include "SR04.h"
^~~~~~~~
compilation terminated.
exit status 1
SR04.h: No such file or directory
Invalid library found in C:\Users\Brantley Buerger\Documents\Arduino\libraries\My_Blink: no headers files (.h) found in C:\Users\Brantley Buerger\Documents\Arduino\libraries\My_Blink
Invalid library found in C:\Users\Brantley Buerger\Documents\Arduino\libraries\My_Blink: no headers files (.h) found in C:\Users\Brantley Buerger\Documents\Arduino\libraries\My_Blink
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.