From 3def0628b93f8587982070d25fd2a3ea9d5a6151 Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:43:15 +0100 Subject: [PATCH] Updated naming of board --- .../boards/uno-rev3/tutorials/board-anatomy/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy/content.md b/content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy/content.md index 4ddf4be744..455f55fb74 100644 --- a/content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy/content.md +++ b/content/hardware/02.hero/boards/uno-rev3/tutorials/board-anatomy/content.md @@ -1,11 +1,11 @@ --- author: 'Arduino' description: 'An overview of the classic Arduino UNO.' -title: 'Arduino Uno Board Anatomy' +title: 'Arduino UNO Board Anatomy' tags: [Basics, UNO] --- -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. +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. ![The Arduino UNO.](assets/BoardAnatomy.svg) @@ -25,7 +25,7 @@ Arduino boards senses the environment by receiving inputs from many sensors, and - 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. -- 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.). +- 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.). - 10. **Reset button** Resets the ATmega microcontroller.