TEST
TEST
附主程序:
Revised: 16/12
Revision: 1.0
Description:
This file is the header file for the complete application with the menu system.
******************************************************************************/
// when defined each of the sub application is "mounted" in the system.
#ifndef APP_EX_MAIN_H
#define APP_EX_MAIN_H
#include "hal.h"
// ID for each of the sub application
enum app {RF_TEST, ADC_CONV, ADC_SERIES, STOP_WATCH, UART, CLOCKMODES,
RANDOM, AES, FLASH, DMA, POWER, TIMER_INT, EXTERNAL_INT};
#define NBR_OF_APPS 13