From 7719237f6e4279478e78e29196abcaa7f2bfafee Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:42:08 -0400 Subject: [PATCH] v1.0.0 for hardware-PWM on megaAVR boards ### Initial Releases v1.0.0 1. Initial coding to support **megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc.**, using `Arduino megaAVR` or `MegaCoreX` core 2. The hardware-based PWM channels using TimerB can generate very high frequencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d87576..24be8b1 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Another way to install is to: TCB0-TCB3 are 16-bit timers. -### 5. Important Notes +### 3. Important Notes Before using any Timer, you have to make sure the **Timer has not been used by any other purpose.**