Skip to content

Commit d3a8847

Browse files
authored
Merge pull request #1334 from arduino/aentinger-fix-num-digital-inputs
Fix: Arduino Nano has only 20 digital pins max.
2 parents 424a523 + b08f8ff commit d3a8847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/hardware/03.nano/boards/nano/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: maker
88

99
# Description
1010

11-
**Arduino® Nano** is an intelligent development board designed for building faster prototypes with the smallest dimension. Arduino Nano being the oldest member of the Nano family, provides enough interfaces for your breadboard-friendly applications. At the heart of the board is **ATmega328 microcontroller** clocked at a frequency of 16 MHz featuring more or less the same functionalities as the Arduino Duemilanove. The board offers 22 digital input/output pins, 8 analog pins, and a mini-USB port.
11+
**Arduino® Nano** is an intelligent development board designed for building faster prototypes with the smallest dimension. Arduino Nano being the oldest member of the Nano family, provides enough interfaces for your breadboard-friendly applications. At the heart of the board is **ATmega328 microcontroller** clocked at a frequency of 16 MHz featuring more or less the same functionalities as the Arduino Duemilanove. The board offers 20 digital input/output pins, 8 analog pins, and a mini-USB port.
1212

1313
# Target Areas
1414
Maker, Security, Environmental, Robotics and Control Systems
@@ -37,7 +37,7 @@ Maker, Security, Environmental, Robotics and Control Systems
3737
- Standby
3838
- Extended Standby
3939
- **I/O**
40-
- 22 Digital
40+
- 20 Digital
4141
- 8 Analog
4242
- 6 PWM Output
4343

0 commit comments

Comments
 (0)