From f6ac904c08b5a6732e927ac1d131e369a70b3ded Mon Sep 17 00:00:00 2001 From: Sahil Garje <139825271+oceanthunder@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:42:58 +0530 Subject: [PATCH] Update topics/microcontroller/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastian Hädrich <11225821+shaedrich@users.noreply.github.com> --- topics/microcontroller/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/microcontroller/index.md b/topics/microcontroller/index.md index 670a2f82e3f..9997900e76d 100644 --- a/topics/microcontroller/index.md +++ b/topics/microcontroller/index.md @@ -4,5 +4,6 @@ display_name: Microcontroller short_description: Microcontrollers are compact integrated circuits that control embedded systems. topic: microcontroller wikipedia_url: https://en.wikipedia.org/wiki/Microcontroller +related: embedded-systems, robotics, arduino, iot, home-automation, esp32, raspberry-pi-pico --- Microcontrollers are small computers on a single integrated circuit, containing a processor, memory, and input/output peripherals. They are widely used in embedded systems for performing specific control functions efficiently. Applications of microcontrollers include robotics, IoT, and home automation. Popular examples include Arduino, ESP32, and Raspberry Pi Pico.