Skip to content

Commit 5864e06

Browse files
authored
Update README.md
1 parent 10e80f5 commit 5864e06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The program utilizes Timer0 for precise timing and an external interrupt to cycl
44
This is particularly useful for applications where hardware PWM modules are either unavailable or insufficient.
55

66
### Features
7-
Generates PWM signals with the following duty cycles: 5%, 25%, 50%, 75%, and 90%.
8-
Allows dynamic switching between duty cycles using an external button.
9-
Uses Timer0 for precise control over the PWM signal.
10-
Employs an external interrupt (INT0) to trigger duty cycle changes.
11-
7+
- Generates PWM signals with the following duty cycles: 5%, 25%, 50%, 75%, and 90%.
8+
- Allows dynamic switching between duty cycles using an external button.
9+
- Uses Timer0 for precise control over the PWM signal.
10+
- Employs an external interrupt (INT0) to trigger duty cycle changes.
1211

12+
#### NOTE :
1313
Tested and verified using proteus simulation and gives same result as pwm hardware generator.

0 commit comments

Comments
 (0)