- This topic has 5 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › COUNT DOWN TIMER
Can any one tell me how I can change "select" button to prifix 5 minutes intervel
i e 1 push = 5 min
2 push =10 min ….. so on
moare details please
which circuit?
http://www.engineersgarage.com/microcontroller/8051projects/countdown-timer-using-AT89C51-circuit
yes. you can do. just u have to change the program and add buttons
how should i change the program
change the delay function.
the delay function given gives fixed delay of 1 sec. you hv to make it variable delay. like it gives 1min, 2min, 5 min….. etc delay
also u hv to change the button functions like when button is pressed delay is increased/decreased