From 8bdb25327fca7368d3e3f1e4ef1096462b26b470 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 25 Sep 2021 16:12:46 -0400 Subject: [PATCH] Add nRF52_MBED_Slow_PWM Library (#536) ### Initial Releases v1.0.0 1. Initial coding to support **Nano-33-BLE or Nano-33-BLE_Sense boards** using - [`Arduino mbed_nano core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for NRF52-based board using mbed_nano core such as Nano-33-BLE if you don't use `NRF_TIMER_1`. - [`Arduino mbed core v1.3.2-`](https://github.com/arduino/ArduinoCore-mbed/releases/tag/1.3.2) for NRF52-based board using mbed-RTOS such as Nano-33-BLE if you'd like to use `NRF_TIMER_1`. 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. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index fd6bf8ad..5f643c89 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4259,3 +4259,4 @@ https://github.com/SpaceTrekKSC/EasyStarterKit https://github.com/khoih-prog/RP2040_PWM https://github.com/khoih-prog/MBED_RP2040_Slow_PWM https://github.com/khoih-prog/RP2040_Slow_PWM +https://github.com/khoih-prog/nRF52_MBED_Slow_PWM