Initial Commit
Dependencies: platform_drivers AD5592R adi_console_menu
app/ad5592r_console_app.h@3:ae77c589c81a, 2020-06-22 (annotated)
- Committer:
- EndaKilgarriff
- Date:
- Mon Jun 22 22:27:26 2020 +0000
- Revision:
- 3:ae77c589c81a
- Parent:
- 1:e84d8d51cd51
Add License file
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
EndaKilgarriff | 1:e84d8d51cd51 | 1 | /*! |
EndaKilgarriff | 1:e84d8d51cd51 | 2 | ***************************************************************************** |
EndaKilgarriff | 1:e84d8d51cd51 | 3 | * @file ad5592r_console_app.h |
EndaKilgarriff | 1:e84d8d51cd51 | 4 | * @brief AD5592R console application interfaces |
EndaKilgarriff | 1:e84d8d51cd51 | 5 | * @details: |
EndaKilgarriff | 1:e84d8d51cd51 | 6 | ----------------------------------------------------------------------------- |
EndaKilgarriff | 1:e84d8d51cd51 | 7 | Copyright (c) 2020 Analog Devices, Inc. |
EndaKilgarriff | 1:e84d8d51cd51 | 8 | All rights reserved. |
EndaKilgarriff | 1:e84d8d51cd51 | 9 | |
EndaKilgarriff | 1:e84d8d51cd51 | 10 | This software is proprietary to Analog Devices, Inc. and its licensors. |
EndaKilgarriff | 1:e84d8d51cd51 | 11 | By using this software you agree to the terms of the associated |
EndaKilgarriff | 1:e84d8d51cd51 | 12 | Analog Devices Software License Agreement. |
EndaKilgarriff | 1:e84d8d51cd51 | 13 | *****************************************************************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 14 | |
EndaKilgarriff | 1:e84d8d51cd51 | 15 | #ifndef AD5592R_CONSOLE_APP_H_ |
EndaKilgarriff | 1:e84d8d51cd51 | 16 | #define AD5592R_CONSOLE_APP_H_ |
EndaKilgarriff | 1:e84d8d51cd51 | 17 | |
EndaKilgarriff | 1:e84d8d51cd51 | 18 | #ifdef __cplusplus |
EndaKilgarriff | 1:e84d8d51cd51 | 19 | extern "C" |
EndaKilgarriff | 1:e84d8d51cd51 | 20 | { |
EndaKilgarriff | 1:e84d8d51cd51 | 21 | #endif |
EndaKilgarriff | 1:e84d8d51cd51 | 22 | |
EndaKilgarriff | 1:e84d8d51cd51 | 23 | /******************************************************************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 24 | /***************************** Include Files **********************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 25 | /******************************************************************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 26 | #include "adi_console_menu.h" |
EndaKilgarriff | 1:e84d8d51cd51 | 27 | |
EndaKilgarriff | 1:e84d8d51cd51 | 28 | /******************************************************************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 29 | /***************************** Public Declarations ********************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 30 | /******************************************************************************/ |
EndaKilgarriff | 1:e84d8d51cd51 | 31 | int32_t ad5592r_app_initalization(void); |
EndaKilgarriff | 1:e84d8d51cd51 | 32 | extern console_menu ad5592r_main_menu; |
EndaKilgarriff | 1:e84d8d51cd51 | 33 | |
EndaKilgarriff | 1:e84d8d51cd51 | 34 | #ifdef __cplusplus |
EndaKilgarriff | 1:e84d8d51cd51 | 35 | } |
EndaKilgarriff | 1:e84d8d51cd51 | 36 | #endif |
EndaKilgarriff | 1:e84d8d51cd51 | 37 | |
EndaKilgarriff | 1:e84d8d51cd51 | 38 | #endif /* AD5592R_CONSOLE_APP_H_ */ |