We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47c05e + 6c33540 commit 23cb012Copy full SHA for 23cb012
content/hardware/03.nano/boards/nano-esp32/tech-specs.yml
@@ -7,7 +7,7 @@ Pins:
7
Built-in LED Pin: 13
8
Digital I/O Pins: 14
9
Analog input pins: 8
10
- PWM pins: 5
+ PWM pins: All pins (max 5 simultaneously)
11
External interrupts: All digital pins
12
Connectivity:
13
Wi-Fi®: u-blox® NORA-W106 (ESP32-S3)
content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md
@@ -251,7 +251,7 @@ Pulse width modulation (PWM) is supported on **all digital pins (D0-D13)** as we
251
analogWrite(pin,value);
252
```
253
254
-***Due to timer restrictions, only 4 PWM signals can be generated simultaneously.***
+***Due to timer restrictions, only 5 PWM signals can be generated simultaneously.***
255
256
## I2C
257
0 commit comments