Skip to content

Commit c9b1aed

Browse files
committed
Chapter 1 : What's a microcontroller?
1 parent d74cff6 commit c9b1aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chapter 1 : What's a micro controller?
1+
# Chapter 1 : What's a Microcontroller?
22
A microcontroller is a small computer, and usually *System on the Chip* (SoC), which include a processor core, memory unit and programmable input/output unit. The most famous family of microcontrollers is **AVR** or **Advanced Virtual RISC** family. This family of microcontrollers are used in boards such as [Arduino](http://arduino.cc), and they're used for industrial and educational purposes. A microcontroller, can control a toy car, and it also can control a US army drone. And this depends on microcontroller type, and the program we write for it.
33
## What does a micro controller consist of?
44
In this section, I only explain process core, and in other chapters, we'll study other parts such as memory unit and I/O system.

0 commit comments

Comments
 (0)