4

I have read some conflicting sources about what pins have internal pullup resistors available for the Attiny85 microcontroller. Can all I/O pins work with INPUT_PULLUP, or just some of them? And if so, which ones?

Thanks!

Alex Wulff
  • 309
  • 1
  • 2
  • 16

1 Answers1

4

Check the datasheet, probably just search for "internal" or "pullup" enter image description here I believe there are little more pins/ports as portB, so they should all have internal pull ups.

aaa
  • 2,715
  • 2
  • 25
  • 40