Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.0.0 for hardware-PWM on megaAVR boards
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
khoih-prog authored Oct 31, 2022
1 parent f3c29fb commit 7719237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down

0 comments on commit 7719237

Please sign in to comment.