Read HX711 on Raspberry Pi 3
Unsolved
Mobile and Embedded
-
Hello all,
I'm thinking about reading data from an ADC module called HX711, using this link (https://github.com/endail/hx711) .The idea would be to use QT Creator to develop a simple graphical application for reading the module using the library of the link. Would it be necessary to just add the library and normally compile or do something else?
Sorry, i'm beginner.
-
@asluc On which platform are you developing?
You will need this library compiled with same compiler you're using for your application.
How to add a library to a project is described here: https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html