Microchip® Advanced Software Framework

c42412a_example.c File Reference

C42412A LCD Glass component example for SAM.

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

#include <asf.h>
#include <string.h>

Functions

static void configure_console (void)
 Configure serial console. More...
 
static void display_menu (void)
 Display the user menu on the terminal. More...
 
int main (void)
 main function : do init and loop More...
 

static void configure_console ( void  )
static

Configure serial console.

References uart_rs232_options::baudrate, and stdio_serial_init().

Referenced by main().

static void display_menu ( void  )
static

Display the user menu on the terminal.

Referenced by main().