Skip to content

Commit 502ca2b

Browse files
authored
Merge pull request #4585 from oceanthunder/main
Added microcontroller topic
2 parents 903e226 + b15539d commit 502ca2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/microcontroller/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: mcu, microcontrollers, micro-controllers, micro-controller
3+
display_name: Microcontroller
4+
short_description: Microcontrollers are compact integrated circuits that control embedded systems.
5+
topic: microcontroller
6+
wikipedia_url: https://en.wikipedia.org/wiki/Microcontroller
7+
related: embedded-systems, robotics, arduino, iot, home-automation, esp32, raspberry-pi-pico
8+
---
9+
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.

0 commit comments

Comments
 (0)