Skip to content

Commit e77098c

Browse files
author
Olivier Scherler
committed
Fix the number of analogue input pins (it ahs 8, not 6) on the Arduino Pro Mini page.
1 parent fa7ae7a commit e77098c

File tree

1 file changed

+3
-3
lines changed
  • content/retired/01.boards/arduino-pro-mini

1 file changed

+3
-3
lines changed

content/retired/01.boards/arduino-pro-mini/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source: "https://store.arduino.cc/arduino-pro-mini"
1111

1212
The **Arduino Pro Mini** is a microcontroller board based on the [ATmega328P](http://www.atmel.com/Images/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet.pdf).
1313

14-
It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, an on-board resonator, a reset button, and holes for mounting pin headers. A six pin header can be connected to an FTDI cable or Sparkfun breakout board to provide USB power and communication to the board.
14+
It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 8 analog inputs, an on-board resonator, a reset button, and holes for mounting pin headers. A six pin header can be connected to an FTDI cable or Sparkfun breakout board to provide USB power and communication to the board.
1515
The Arduino Pro Mini is intended for semi-permanent installation in objects or exhibitions. The board comes without pre-mounted headers, allowing the use of various types of connectors or direct soldering of wires. The pin layout is compatible with the Arduino Mini.
1616

1717
There are two version of the Pro Mini. One runs at 3.3V and 8 MHz, the other at 5V and 16 MHz.
@@ -63,7 +63,7 @@ Each of the 14 digital pins on the Pro Mini can be used as an input or output, u
6363
* **SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK).** These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
6464
* **LED: 13.** There is a built-in LED connected to digital pin 13\. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.
6565

66-
The Pro Mini has 8 analog inputs, each of which provide 10 bits of resolution (i.e. 1024 different values). Four of them are on the headers on the edge of the board; two (inputs 4 and 5) on holes in the interior of the board. The analog inputs measure from ground to VCC. Additionally, some pins have specialized functionality:
66+
The Pro Mini has 8 analog inputs, each of which provide 10 bits of resolution (i.e. 1024 different values). Four of them (inputs 0 through 3) are on the headers on the edge of the board, and two (inputs 4 through 7) on holes in the interior of the board. The analog inputs measure from ground to VCC. Additionally, some pins have specialized functionality:
6767

6868
* **I2C: A4 (SDA) and A5 (SCL).** Support I2C (TWI) communication using the [Wire library](https://www.arduino.cc/reference/en/language/functions/communication/wire/).
6969

@@ -109,7 +109,7 @@ The dimensions of the Pro Mini PCB are approximately 0.7" x 1.3".
109109
| UART | 1 |
110110
| SPI | 1 |
111111
| I2C | 1 |
112-
| Analog Input Pins | 6 |
112+
| Analog Input Pins | 8 |
113113
| External Interrupts | 2 |
114114
| DC Current per I/O Pin | 40 mA |
115115
| Flash Memory | 32KB of which 2 KB used by bootloader \* |

0 commit comments

Comments
 (0)