University of Florida

* initialize timer 0 to use the real time clock crystal connected to * TOSC1 and TOSC2 to generate a near 1 ms interrupt source */ void init_timer(void) {/* * Initialize timer0 to use the 32.768 kHz real-time clock crystal * attached to TOSC1 & 2. Enable output compare interrupt and set * the output compare register to 32 which will cause an ... ................
................