1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Add AVR_Slow_PWM Library (#540)

### Initial Releases v1.0.0

1. Initial coding to support **AVR boards, such as Mega-2560, UNO,Nano, Leonardo, etc.**, etc. using AVR core

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500Hz with acceptable accuracy.
This commit is contained in:
Khoi Hoang
2021-09-27 02:10:34 -04:00
committed by GitHub
parent f6b9d78dd9
commit d35ba7584e

View File

@ -4265,3 +4265,4 @@ https://github.com/khoih-prog/RP2040_Slow_PWM
https://github.com/khoih-prog/nRF52_MBED_Slow_PWM
https://github.com/khoih-prog/nRF52_Slow_PWM
https://github.com/Wh1teRabbitHU/ADS1115-Driver
https://github.com/khoih-prog/AVR_Slow_PWM