Skip to content

Commit 66e321a

Browse files
authored
Fix minor typos
Humidy => humidity Much less components => many fewer components
1 parent bbd3f06 commit 66e321a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/01-background/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ user interface like a washing machine does; most of their operation is done on t
1919

2020
The other common trait of these systems is that they *control* a process. And for that these systems
2121
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,
2323
heating elements and fans connected to ducts.
2424

2525
## When should I use a microcontroller?
@@ -29,7 +29,7 @@ that runs Linux. Why should I bother with a microcontroller that operates withou
2929
it would be harder to develop a program.
3030

3131
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
3333
operate. This makes Printed Circuit Boards (PCB) smaller and cheaper to design and manufacture.
3434

3535
The other big reason is power consumption. A microcontroller consumes orders of magnitude less power

0 commit comments

Comments
 (0)