Skip to content

Commit 23cb012

Browse files
authored
Merge pull request #1382 from arduino/karlsoderby/esp32pins
[Nano-ESP32] Update PWM section
2 parents e47c05e + 6c33540 commit 23cb012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/hardware/03.nano/boards/nano-esp32/tech-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pins:
77
Built-in LED Pin: 13
88
Digital I/O Pins: 14
99
Analog input pins: 8
10-
PWM pins: 5
10+
PWM pins: All pins (max 5 simultaneously)
1111
External interrupts: All digital pins
1212
Connectivity:
1313
Wi-Fi®: u-blox® NORA-W106 (ESP32-S3)

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Pulse width modulation (PWM) is supported on **all digital pins (D0-D13)** as we
251251
analogWrite(pin,value);
252252
```
253253

254-
***Due to timer restrictions, only 4 PWM signals can be generated simultaneously.***
254+
***Due to timer restrictions, only 5 PWM signals can be generated simultaneously.***
255255

256256
## I2C
257257

0 commit comments

Comments
 (0)