Skip to content

Commit f1e0039

Browse files
authored
Merge pull request #1433 from kinkpunk/patch-2
Update 04.analog.md
2 parents f700f96 + bec28bb commit f1e0039

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 generate a faux analog output signal using PWM, to fade an LED.
1817

1918
## Analog Signals
2019

0 commit comments

Comments
 (0)