From 6c3354088c8751d214f1e64558b951bb8d55e392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:55:09 +0200 Subject: [PATCH] update pwm tech spec --- content/hardware/03.nano/boards/nano-esp32/tech-specs.yml | 2 +- .../boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/03.nano/boards/nano-esp32/tech-specs.yml b/content/hardware/03.nano/boards/nano-esp32/tech-specs.yml index 4cba4fa309..d6474b118b 100644 --- a/content/hardware/03.nano/boards/nano-esp32/tech-specs.yml +++ b/content/hardware/03.nano/boards/nano-esp32/tech-specs.yml @@ -7,7 +7,7 @@ Pins: Built-in LED Pin: 13 Digital I/O Pins: 14 Analog input pins: 8 - PWM pins: 5 + PWM pins: All pins (max 5 simultaneously) External interrupts: All digital pins Connectivity: Wi-Fi®: u-blox® NORA-W106 (ESP32-S3) diff --git a/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md index 8d8ab82186..367d5db058 100644 --- a/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md +++ b/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 analogWrite(pin,value); ``` -***Due to timer restrictions, only 4 PWM signals can be generated simultaneously.*** +***Due to timer restrictions, only 5 PWM signals can be generated simultaneously.*** ## I2C