Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By gregware
#31831 Based on JP's code, I put up a ESP/Arduino eclipse project on GitHub that reads HX711, at https://github.com/greg-ware/HX711_ESP.

I credited http://freedom2000.free.fr in the .h file, tell me if you want it different (or if you have a github account that I can reference)

I basically made the code more C++-ish, and I handle the sign bit more properly, now returning a signed long as raw reading value.

I also added/copied documentation in the .h file, including gauge wiring.

Thanks to all,
Greg