Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/micropython-course/course/05.analog/04.analog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ In this chapter, we will explore how to read analog signals using an **Analog-to
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**.

You will learn the following in this chapter:
- How to read a button,
- how to turn on an LED,
- how to make the Nano ESP32 perform a continuous action (placing it in a loop).
- How to read an analog signal,
- how to generate a faux analog output signal using PWM, to fade an LED.

## Analog Signals

Expand Down