Skip to content

Commit 8e1cb3e

Browse files
authored
Update 04.analog.md
Changed the description, what to learn in this part
1 parent 6705672 commit 8e1cb3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/micropython-course/course/05.analog/04.analog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ In this chapter, we will explore how to read analog signals using an **Analog-to
1212
Analog signals are used to represent phenomena in the real world, such as pressure, temperature or other physical quantities. Analog signals differ from digital ones as they can have an **infinite** number of possible values, whereas digital ones are **finite**.
1313

1414
You will learn the following in this chapter:
15-
- How to read a button,
16-
- how to turn on an LED,
17-
- how to make the Nano ESP32 perform a continuous action (placing it in a loop).
15+
- How to read an analog signal,
16+
- how to control output devices such as LED.
1817

1918
## Analog Signals
2019

0 commit comments

Comments
 (0)