Good morning. Apologies if this has been covered in another topic but my quick search did not yield any helpful results.
I am trying to resurrect some code (and my programming knowledge) from many years ago and am running into an error when trying to compile. In trying to call the ezButton library, I get the below error. Any insight and or proposed remedies will be greatly appreciated.
Using Arduino Uno.
C:\Users\homej\OneDrive\Documents\Arduino\CodeForMike1_v1\CodeForMike1_v1.ino:1:10: fatal error: ezButton.h: No such file or directory
1 | #include <ezButton.h> // Arduino - Button Library | Arduino Tutorial
| ^~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: ezButton.h: No such file or directory