
Appendix 2
3(15)
SD_pwr_Switch(1); // Turns on digital photo frame
Timer8_Start();
}
// Function description----------------------------------------
// Timer which keeps count of timer interrupts.
// Creates time before the photo frame automatically turns off.
void Timer8_ISR(void)
{
count++;
}
Komentáře k této Příručce