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

Commit e4e151d

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 d8b1e8c commit e4e151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ Channel : 15 Period : 20000 OnTime : 19000 Start_Time : 2906250
975975

976976
### 4. ISR_Modify_PWM on NRF52840_ITSYBITSY
977977

978-
The following is the sample terminal output when running example [ISR_Modify_PWM](examples/ISR_Modify_PWM) on **nRF52-based NRF52840_ITSYBITS** to demonstrate how to modify PWM settings on-the-fly without deleting the PWM channel
978+
The following is the sample terminal output when running example [ISR_Modify_PWM](examples/ISR_Modify_PWM) on **nRF52-based NRF52840_ITSYBITSY** to demonstrate how to modify PWM settings on-the-fly without deleting the PWM channel
979979

980980
```
981981
Starting ISR_Modify_PWM on NRF52840_ITSYBITSY
@@ -994,7 +994,7 @@ Channel : 0 Period : 500000 OnTime : 450000 Start_Time : 32674804
994994

995995
### 5. ISR_Changing_PWM on NRF52840_ITSYBITSY
996996

997-
The following is the sample terminal output when running example [ISR_Changing_PWM](examples/ISR_Changing_PWM) on **nRF52-based NRF52840_ITSYBITS** to demonstrate how to modify PWM settings on-the-fly by deleting the PWM channel and reinit the PWM channel
997+
The following is the sample terminal output when running example [ISR_Changing_PWM](examples/ISR_Changing_PWM) on **nRF52-based NRF52840_ITSYBITSY** to demonstrate how to modify PWM settings on-the-fly by deleting the PWM channel and reinit the PWM channel
998998

999999
```
10001000
Starting ISR_Changing_PWM on NRF52840_ITSYBITSY

0 commit comments

Comments
 (0)