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

Commit f3c29fb

Browse files
authored
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.
1 parent ae4660d commit f3c29fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"frameworks": "*",
2727
"platforms": ["megaavr"],
2828
"examples": "examples/*/*/*.ino",
29-
"headers": ["megaAVR_PWM.h]
29+
"headers": ["megaAVR_PWM.h"]
3030
}

0 commit comments

Comments
 (0)