Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b08f8ff

Browse files
Fix: Arduino Nano has only 20 digital pins max.
D0 - D19 (which contains A0 to A5). A6/A7 can only be analog intputs.
1 parent f8b88c9 commit b08f8ff

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)

AltStyle によって変換されたページ (->オリジナル) /