Arduino-I2C-Port-Expander icon indicating copy to clipboard operation
Arduino-I2C-Port-Expander copied to clipboard

please clarify analog pin usage

Open mamert opened this issue 5 years ago • 0 comments

"io.analogRead(pin); - Returns analog read value as int. Must call slaves digital pin number not its analog pin. So use 14 instead of A0."

I don't understand this, isn't A0 defined as 14 already? On 328p at least? https://arduino.stackexchange.com/a/21599

mamert avatar Jun 25 '19 22:06 mamert