Hi so im pretty new to the arduino world so im sorry in advance if my lack of common knowledge gets draggy here but im trying to upload a code to my arduino for a load cell project and ive run several didnt codes and it keeps giving me the same error saying - Hx711.h: No such file or directory. am i missing something here? any advice is highly appreciated!!
Capitalization (or not) is important. Be sure your "include" matches the library name. Looks like you should be using
#include <hx711.h>
not
#include <Hx711.h>
