rtc3 2.0.0.0
|
Rtc3 Click example. More...
Functions | |
void | display_log_day_of_the_week (uint8_t day_of_the_week) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Rtc3 Click example.
This example demonstrates the use of RTC 3 click board by reading and displaying the time and date values.
The demo application is composed of two sections :
Initializes the driver and logger and then sets the starting time and date.
Reads and displays on the USB UART the current time and date values once per second.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void display_log_day_of_the_week | ( | uint8_t | day_of_the_week | ) |
int main | ( | void | ) |