Skip to content

Commit f7f9ba1

Browse files
authored
Merge pull request #1974 from arduino/jhansson-ard-patch-2
Update content.md
2 parents 5cfff7c + d0f4f7c commit f7f9ba1

File tree

1 file changed

+10
-19
lines changed
  • content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy

1 file changed

+10
-19
lines changed

content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy/content.md

+10-19
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,15 @@ Arduino boards senses the environment by receiving inputs from many sensors, and
99

1010
![The Arduino UNO.](assets/BoardAnatomy.svg)
1111

12-
- 1. **Digital pins** Use these pins with digitalRead(), digitalWrite(), and analogWrite(). analogWrite() works only on the pins with the PWM symbol.
13-
14-
- 2. **Pin 13 LED** The only actuator built-in to your board. Besides being a handy target for your first blink sketch, this LED is very useful for debugging.
15-
16-
- 3. **Power LED** Indicates that your Arduino is receiving power. Useful for debugging.
17-
18-
- 4. **ATmega microcontroller** The heart of your board.
19-
20-
- 5. **Analog in** Use these pins with analogRead().
21-
22-
- 6. **GND and 5V pins** Use these pins to provide +5V power and ground to your circuits.
23-
24-
- 7. **Power connector** This is how you power your Arduino when it's not plugged into a USB port for power. Can accept voltages between 7-12V.
25-
26-
- 8. **TX and RX LEDs** These LEDs indicate communication between your Arduino and your computer. Expect them to flicker rapidly during sketch upload as well as during serial communication. Useful for debugging.
27-
28-
- 9. **USB port** Used for powering your Arduino UNO, uploading your sketches to your Arduino, and for communicating with your Arduino sketch (via Serial. println() etc.).
29-
30-
- 10. **Reset button** Resets the ATmega microcontroller.
12+
1. **Digital pins** Use these pins with digitalRead(), digitalWrite(), and analogWrite(). analogWrite() works only on the pins with the PWM symbol.
13+
2. **Pin 13 LED** The only actuator built-in to your board. Besides being a handy target for your first blink sketch, this LED is very useful for debugging.
14+
3. **Power LED** Indicates that your Arduino is receiving power. Useful for debugging.
15+
4. **ATmega microcontroller** The heart of your board.
16+
5. **Analog in** Use these pins with analogRead().
17+
6. **GND and 5V pins** Use these pins to provide +5V power and ground to your circuits.
18+
7. **Power connector** This is how you power your Arduino when it's not plugged into a USB port for power. Can accept voltages between 7-12V.
19+
8. **TX and RX LEDs** These LEDs indicate communication between your Arduino and your computer. Expect them to flicker rapidly during sketch upload as well as during serial communication. Useful for debugging.
20+
9. **USB port** Used for powering your Arduino UNO, uploading your sketches to your Arduino, and for communicating with your Arduino sketch (via Serial. println() etc.).
21+
10. **Reset button** Resets the ATmega microcontroller.
3122

3223
The text of the Arduino getting started guide is licensed under a [Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/). Code samples in the guide are released into the public domain.

0 commit comments

Comments
 (0)