We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Stephan,
to allign the pin labeling in schematic (2) in the PDF with the code, the pins of front / back scale must be like this:
//HX711 constructor (dout pin, sck pin) HX711_ADC ScaleBack(2, 3); HX711_ADC ScaleFront(4, 5);
In your code front and back pins are switched.
Br Georg
The text was updated successfully, but these errors were encountered:
Hi Georg, many thanks for your hint. I corrected the drawing in the *.pdf
Sorry, something went wrong.
No branches or pull requests
Hi Stephan,
to allign the pin labeling in schematic (2) in the PDF with the code, the pins of front / back scale must be like this:
//HX711 constructor (dout pin, sck pin)
HX711_ADC ScaleBack(2, 3);
HX711_ADC ScaleFront(4, 5);
In your code front and back pins are switched.
Br
Georg
The text was updated successfully, but these errors were encountered: