[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

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

Pins in Sketch don't match code #1

Open
rbzhlgg opened this issue Jan 27, 2019 · 1 comment
Open

Pins in Sketch don't match code #1

rbzhlgg opened this issue Jan 27, 2019 · 1 comment

Comments

@rbzhlgg
Copy link
rbzhlgg commented Jan 27, 2019

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

@sgamp
Copy link
Owner
sgamp commented Jan 31, 2019

Hi Georg,
many thanks for your hint. I corrected the drawing in the *.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants