File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ user interface like a washing machine does; most of their operation is done on t
19
19
20
20
The other common trait of these systems is that they * control* a process. And for that these systems
21
21
usually have one or more sensors and one or more actuators. For example, an HVAC system has several
22
- sensors, thermometers and humidy sensors spread across some area, and several actuators as well,
22
+ sensors, thermometers and humidity sensors spread across some area, and several actuators as well,
23
23
heating elements and fans connected to ducts.
24
24
25
25
## When should I use a microcontroller?
@@ -29,7 +29,7 @@ that runs Linux. Why should I bother with a microcontroller that operates withou
29
29
it would be harder to develop a program.
30
30
31
31
The main reason is cost. A microcontroller is much cheaper than a general purpose computer. Not only
32
- the microcontroller is cheaper; it also requires much less external electrical components to
32
+ the microcontroller is cheaper; it also requires many fewer external electrical components to
33
33
operate. This makes Printed Circuit Boards (PCB) smaller and cheaper to design and manufacture.
34
34
35
35
The other big reason is power consumption. A microcontroller consumes orders of magnitude less power
You can’t perform that action at this time.
0 commit comments