You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/micropython-course/course/05.analog/04.analog.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@ In this chapter, we will explore how to read analog signals using an **Analog-to
12
12
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**.
13
13
14
14
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.
0 commit comments