bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
896 stars 538 forks source link

Reason behind using D2 and D3 pins #250

Closed pyciko closed 1 year ago

pyciko commented 1 year ago

In the readme example, you're using D2 and D3 pins to communicate with HX711. D2 and D3 pins are the only interrupt pins on Nano, so my question: is there any special reason you're using them in example sketch, or it's just a random choice and it's safe to use other non-interrupt pins?

bogde commented 1 year ago

it's safe to use other pins