Microchip® Advanced Software Framework

main.c File Reference

MAC Serial Interface Application.

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

#include "conf_board.h"
#include "avr2025_mac.h"
#include "serial_interface.h"
#include "common_sw_timer.h"
#include <asf.h>

Macros

#define LED_POWER   (LED0)
 

Functions

static void app_alert (void)
 Alert to indicate something has gone wrong in the application. More...
 
int main (void)
 Main function. More...
 

#define LED_POWER   (LED0)

Referenced by main().

static void app_alert ( void  )
static

Alert to indicate something has gone wrong in the application.

References delay_us, LED0, and LED_Toggle.

Referenced by main().