RobTillaart / HX711

Arduino library for HX711 24 bit ADC used for load cells and scales.
MIT License
82 stars 29 forks source link

Error when using with https://create.arduino.cc/ #16

Closed dark7solutions closed 2 years ago

dark7solutions commented 2 years ago

When using the library with Arduino cloud web editor I get the following error:

fatal error: HX711.h : No such file or directory

#include <HX711.h >

Removing the space after the .h seems to fix the problem. I think the problem lies in the library.properties where there is an extra space follwing the includes=HX711.h on line 10 but I'm still learning how these files function in the online editor

RobTillaart commented 2 years ago

Thanks for this issue, Never tested in that environment, will investigate later this week.

RobTillaart commented 2 years ago

There will be a minor update (0.3.2) today and I will remove the trailing space too. If the problem still exists when using 0.3.2 more investigation is needed.


update 0.3.2 released

dark7solutions commented 2 years ago

Just tested it on the web editor and it seems like it works! Thanks so much.

RobTillaart commented 2 years ago

You're welcome