Microchip® Advanced Software Framework

rtc_example.c File Reference

AVR XMEGA RTC example.

Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.

#include <conf_example.h>
#include <asf.h>

Functions

static void alarm (uint32_t time)
 Alarm callback. More...
 
int main (void)
 

static void alarm ( uint32_t  time)
static

Alarm callback.

This outputs the last two digits of current time in BCD on the board LEDS, and then reschedules the alarm in 1 second.

References rtc_set_alarm().

Referenced by ISR(), and main().