Hello!
There is something about Arduino boards that i'm having trouble to understand.
Here is a description of the Arduino Uno:
https://www.arduino.cc/en/Main/ArduinoBoardUno
Here is a description of the Arduino Micro:
https://www.arduino.cc/en/Main/ArduinoBoardMicro
Under the Uno's technical specs table, it declares 14 digital IO pins and under the Micro's technical specs table it declares 20 digital IO pins.
Doesn't it mean that while the Uno has pinholes 0-13, under the Micro there should be pin-holes 0-19 ??
But yet, also under the Micro there are only pinholes 0-13..
This is confusing...can anyone please explain this to me?
Thanks!