Microchip® Advanced Software Framework

ast_example1.c File Reference

SAM Asynchronous Timer (AST) example 1.

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

#include <asf.h>
#include "ast_example1.h"

Functions

static void configure_console (void)
 Configure serial console. 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().