Skip to content

Commit b7b5b9e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ This is particularly useful for applications where hardware PWM modules are eith
99
- Uses Timer0 for precise control over the PWM signal.
1010
- Employs an external interrupt (INT0) to trigger duty cycle changes.
1111

12-
#### NOTE :
13-
Tested and verified using proteus simulation and gives same result as pwm hardware generator.
12+
#### Changing Time :
13+
In order to change the full period you have to :
14+
- Change the value of T0CON register (prescaler configuration).
15+
- Change the macro variable MAX_HIGH_LOW to your value.

0 commit comments

Comments
 (0)