Microcontroller › 8051 › 8051 alarm clock › 8051 alarm clock
October 12, 2010 at 5:27 pm
#5092
beny
Participant
Thanks a lot for you references and uggestions.
But I’m a beginner in microcontroller and programming and I need more detail.
For example if I use the code for the digital alarm clock and thermometer, and I’m going to add more than one alarm to the default code what do I need to do?
Do I need to use different addresses for example pin 8(P1.7) is the output of the alarm, but if I want to have alarm1 with an output at pin 8(1.7), alarm2 pin 7(1.6), and alarm3 pin6 (1.5). do I need to copy the same code for an alarm and update to each alarm’s output.
Thank in advance for your time and effort.