Copying/Editing HX711 library

Hi, I am currently using the HX711 for a project and was wondering where I would be able to find the arduino code that for that library. I just want to see the code to be able to see how exactly the HX711 library calculates values based on the two pins (DT, SCK) to understand how the amplifier works better

The code for the library will be in its folder in the Libraries folder of your sketchbook folder

The easiest way to find it is to open one of the example sketches from the library in the IDE then use Sketch>Show Sketch Folder and navigate up from there in Windows until you get to the library folder. The library code is in the src folder of that directory

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.