Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
application.h
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 /** @}*/
Generated on Tue Jul 12 2022 17:54:36 by
