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

Add nRF52_Slow_PWM Library (#537)

### Initial Releases v1.0.0

1. Initial coding to support **nRF52-based boards, such as AdaFruit Itsy-Bitsy nRF52840, Feather nRF52840 Express**, etc. using [`Adafruit nRF52 core`](https://github.com/adafruit/Adafruit_nRF52_Arduino)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
This commit is contained in:
Khoi Hoang
2021-09-26 01:51:45 -04:00
committed by GitHub
parent 8bdb25327f
commit 30e59b7fa0

View File

@ -4260,3 +4260,4 @@ https://github.com/khoih-prog/RP2040_PWM
https://github.com/khoih-prog/MBED_RP2040_Slow_PWM https://github.com/khoih-prog/MBED_RP2040_Slow_PWM
https://github.com/khoih-prog/RP2040_Slow_PWM https://github.com/khoih-prog/RP2040_Slow_PWM
https://github.com/khoih-prog/nRF52_MBED_Slow_PWM https://github.com/khoih-prog/nRF52_MBED_Slow_PWM
https://github.com/khoih-prog/nRF52_Slow_PWM