We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864e06 commit b7b5b9eCopy full SHA for b7b5b9e
README.md
@@ -9,5 +9,7 @@ This is particularly useful for applications where hardware PWM modules are eith
9
- Uses Timer0 for precise control over the PWM signal.
10
- Employs an external interrupt (INT0) to trigger duty cycle changes.
11
12
-#### NOTE :
13
-Tested and verified using proteus simulation and gives same result as pwm hardware generator.
+#### Changing Time :
+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