Skip to content

Commit 4681638

Browse files
authored
Merge pull request #792 from arduino/jhansson-ard/uno-trademark
Updated naming of board
2 parents 87d0eca + 3def062 commit 4681638

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
author: 'Arduino'
33
description: 'An overview of the classic Arduino UNO.'
4-
title: 'Arduino Uno Board Anatomy'
4+
title: 'Arduino UNO Board Anatomy'
55
tags: [Basics, UNO]
66
---
77

8-
Arduino boards senses the environment by receiving inputs from many sensors, and affects their surroundings by controlling lights, motors, and other actuators. Arduino boards are the microcontroller development platform that will be at the heart of your projects. When making something you will be building the circuits and interfaces for interaction, and telling the microcontroller how to interface with other components. Here the anatomy of Arduino Uno.
8+
Arduino boards senses the environment by receiving inputs from many sensors, and affects their surroundings by controlling lights, motors, and other actuators. Arduino boards are the microcontroller development platform that will be at the heart of your projects. When making something you will be building the circuits and interfaces for interaction, and telling the microcontroller how to interface with other components. Here the anatomy of Arduino UNO.
99

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

@@ -25,7 +25,7 @@ Arduino boards senses the environment by receiving inputs from many sensors, and
2525

2626
- 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.
2727

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.).
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.).
2929

3030
- 10. **Reset button** Resets the ATmega microcontroller.
3131

0 commit comments

Comments
 (0)