List

All Arduino boards have a few key capabilities and functions. Take a moment to examine the Arduino Uno (see Figure ); it will be your base configuration.

Figure: Arduino Uno Pins Diagram

These are some key components that you’ll be concerning yourself with:

Input and Output: Each of the 14 digital pins on the Arduino Uno can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms.
In addition, some pins have specialized functions:

Serial: Pins 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the corresponding pins of the ATmega8U2 USB-to-TTL Serial chip.

External Interrupts: Pins 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.

PWM: Pins 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.

SPI: Pins 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library.

LED: Pin 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.

The Uno has 6 analog inputs, labeled A0 through A5, each of which provide 10 bits of resolution (i.e. 1024 different values). By default they measure from ground to 5 volts, though is it possible to change the upper end of their range using the AREF pin and the analogReference() function. Additionally, some pins have specialized functionality:

TWI: Pin A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.

There are a couple of other pins on the board:

AREF. Reference voltage for the analog inputs. Used with analogReference().

Reset. Bring this line LOW to reset the microcontroller. Typically used to add a reset button to shields which block the one on the board.

 

Leave your thoughts here

 

[recaptcha]

  Posts

1 2 3 15
March 14th, 2026

Den Strategiska Rollen av Online Slots i den Svenska Spelmarknaden: En Djupdykning

Den svenska spelmarknaden har genomgått en remarkabel transformation under det senaste decenniet, där digitala slottmaskiner utgör en central pelare för […]

March 12th, 2026

Project Exhibitions: A Powerful Platform to Strengthen Research Skills

Since 2019, I have actively participated in various innovation and research exhibitions together with my research team and students. What […]

March 2nd, 2026

L’evoluzione della valutazione online nel settore della ristorazione: affidabilità, tendenze e sfide

Introduzione Nel contesto attuale, le piattaforme di recensioni online rappresentano un elemento imprescindibile per il settore della ristorazione. La fiducia […]

February 28th, 2026

Oltre l’Intrattenimento: Strategie e Innovazioni nel Mondo dei Slot Online

Negli ultimi dieci anni, il settore dei giochi online ha subito una trasformazione radicale, alimentata dall’innovazione tecnologica e da un […]

February 12th, 2026

Innovazione e Tradizione nelle Slot Machines: Un’Analisi Profonda

Le slot machine costituiscono uno degli asset più longevi e iconici del settore dei giochi d’azzardo, radicati profondamente nella cultura […]

February 5th, 2026

Commercialisation Should Start During Undergraduate Studies, Not After Graduation.

During my experience supervising and working with undergraduate students, I strongly believe that commercialisation elements should be exposed as early […]

January 30th, 2026

Professional Technologist (Ts.) Renewal: Commitment to Lifelong Professional Excellence

I am pleased to share that my Professional Technologist (Ts.) registration has been successfully renewed under the Malaysia Board of […]

January 28th, 2026

Strategie e Risorse per Trovare Giochi da Tavolo di Qualità: Focus su Chicken Road 2

L’Importanza di una Ricerca Affidabile nel Mondo dei Giochi di Società Negli ultimi anni, il settore dei giochi da tavolo […]

December 29th, 2025

Analisi di un mercato in continua evoluzione: la guida esperta alle slot online

Negli ultimi anni, il panorama del gioco digitale in Italia ha attraversato una trasformazione radicale, influenzata da cambiamenti normativi, innovazioni […]

December 27th, 2025

Maximizing Player Value: The Strategic Role of Bonuses in the UK Online Casino Market

As the UK online gambling industry continues its rapid evolution, one factor remains central to both players and operators: the […]