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

Commit

Permalink
v1.1.0 to modify PWM settings on-the-fly
Browse files Browse the repository at this point in the history
### Releases v1.1.0

1. Add functions to modify PWM settings on-the-fly
2. Add example to demo how to modify PWM settings on-the-fly
  • Loading branch information
khoih-prog committed Nov 10, 2021
1 parent 26ab757 commit 0fb3331
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,9 +947,9 @@ Channel : 15 Period : 20000 OnTime : 19000 Start_Time : 2783199

---

### 4. ISR_Modify_PWM on PORTENTA_H7_M7
### 4. ISR_Modify_PWM on Nano 33 BLE

The following is the sample terminal output when running example [ISR_Modify_PWM](examples/ISR_Modify_PWM) on **Nano 33 BLE** to demonstrate how to modify PWM settings on-the-fly without deleting the PWM channel
The following is the sample terminal output when running example [ISR_Modify_PWM](examples/ISR_Modify_PWM) on **nRF52_MBED-based Nano 33 BLE** to demonstrate how to modify PWM settings on-the-fly without deleting the PWM channel

```
Starting ISR_Modify_PWM on Nano 33 BLE
Expand All @@ -966,9 +966,9 @@ Channel : 0 Period : 500000 OnTime : 450000 Start_Time : 33630621

---

### 5. ISR_Changing_PWM on PORTENTA_H7_M7
### 5. ISR_Changing_PWM on Nano 33 BLE

The following is the sample terminal output when running example [ISR_Changing_PWM](examples/ISR_Changing_PWM) on **Nano 33 BLE** to demonstrate how to modify PWM settings on-the-fly by deleting the PWM channel and reinit the PWM channel
The following is the sample terminal output when running example [ISR_Changing_PWM](examples/ISR_Changing_PWM) on **nRF52_MBED-based Nano 33 BLE** to demonstrate how to modify PWM settings on-the-fly by deleting the PWM channel and reinit the PWM channel

```
Starting ISR_Changing_PWM on Nano 33 BLE
Expand Down

0 comments on commit 0fb3331

Please sign in to comment.