Microchip® Advanced Software Framework

avr32/applications/uc3-bluetooth-t2bf-spp-demo/main.c File Reference

AVR UC3 Bluetooth Cybercom Demo.

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

#include <includes.h>
#include "board.h"
#include "power_clocks_lib.h"
#include "appEngine_t2bf_atmel.h"
#include "gui.h"
#include "controller.h"
#include "delay.h"

Functions

static int app_engine (void)
 init function : do init and loop (poll if configured so) More...
 
static void app_task (void *p_arg)
 
int main (void)
 

Variables

OS_STK AppTaskStk [APP_TASK_STK_SIZE]
 
unsigned short display
 

static void app_task ( void *  p_arg)
static
int main ( void  )

OS_STK AppTaskStk[APP_TASK_STK_SIZE]
unsigned short display

flag set when joystick display starts to signal main function to clear this display

Referenced by app_engine(), dip204_example_Joy_int_handler(), gui_callback(), and main().