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

Commit 0fb3331

Browse files
authored
v1.1.0 to modify PWM settings on-the-fly
### 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
1 parent 26ab757 commit 0fb3331

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,9 @@ Channel : 15 Period : 20000 OnTime : 19000 Start_Time : 2783199
947947

948948
---
949949

950-
### 4. ISR_Modify_PWM on PORTENTA_H7_M7
950+
### 4. ISR_Modify_PWM on Nano 33 BLE
951951

952-
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
952+
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
953953

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

967967
---
968968

969-
### 5. ISR_Changing_PWM on PORTENTA_H7_M7
969+
### 5. ISR_Changing_PWM on Nano 33 BLE
970970

971-
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
971+
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
972972

973973
```
974974
Starting ISR_Changing_PWM on Nano 33 BLE

0 commit comments

Comments
 (0)