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... | |
|
static |
Alert to indicate something has gone wrong in the application.
References delay_us, LED0, and LED_Toggle.
Referenced by main().
int main | ( | void | ) |
Main function.
References app_alert(), board_init(), cpu_irq_enable, delay_init(), irq_initialize_vectors, LED_On, LED_POWER, MAC_SUCCESS, serial_data_handler(), serial_interface_init(), sw_timer_init(), system_init(), wpan_init(), and wpan_task().