Shivam Garg / Mbed OS EVAL-ADBMS2950_copy

Dependencies:   ADBMS2950

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers application.h Source File

application.h

Go to the documentation of this file.
00001 /**
00002 ********************************************************************************
00003 *
00004 * @file:    application.h
00005 *
00006 * @brief:   This file contains the application header files.
00007 *
00008 * @details:
00009 *
00010 *******************************************************************************
00011 Copyright(c) 2020 Analog Devices, Inc. All Rights Reserved. This software is
00012 proprietary & confidential to Analog Devices, Inc. and its licensors. By using
00013 this software you agree to the terms of the associated Analog Devices License
00014 Agreement.
00015 *******************************************************************************
00016 */
00017 /*! \addtogroup Main
00018 *  @{
00019 */
00020 
00021 /*! \addtogroup Application
00022 *  @{
00023 */
00024 
00025 #ifndef __APPLICATION_H
00026 #define __APPLICATION_H
00027 
00028 /*============= I N C L U D E S =============*/
00029 /*============== D E F I N E S ===============*/
00030 /*============= E X T E R N A L S ============*/
00031 /*============= E N U M E R A T O R S ============*/
00032 
00033 #include "adbms2950.h"
00034 #include "pal.h"
00035 #include "adbms_2950.h"
00036 #include "print_result.h"
00037 
00038 #define MBED /*!< Switch between IAR Workbench or Mbed Platform*/
00039 
00040 #ifdef MBED
00041 #include "mbed.h"
00042 #include "SPI.h"
00043 #include "Timer.h"
00044 #endif /* MBED */
00045 
00046 void app_main (void);
00047 void run_command(int cmd);
00048 
00049 #endif /* __APPLICATION_H */
00050 
00051 /** @}*/
00052 /** @}*/