6 * (The <b>AI37 (Analog Input 37)</b> could be any interested Analog Input of the micro-controller on which <b>FH</b> source code is ported)\n
7 *
8 * @note To have a clean code, <b>FH</b> user should have the implementation of the initialization and read functions of the <b>Analog Input 37</b> in a separate c file\n
9 * Then <b>FH</b> user should include the header file <b>(.h)</b> of the related source file <b>(.c)</b> here\n
10 * This header file shall include the following items:\n
11 * The declaration of the initialization function of the <b>Analog Input 37</b>\n
12 * The declaration of the read function of the <b>Analog Input 37</b>
13 *
14 * @attention There are a total number of <b>3 attentions</b> (<b>FH</b> user defined code) in this file where <b>FH</b> user shall insert some code\n
77 DeviceAddress_01 => It shall be equal to the address of the device: FH_RFCommunication_DeviceAddress
78 Function_AI => It is the function in the message frame
79 AI_Commands_Init => It is the command of the function in the message frame
80 @endverbatim
81 *
82 *
83 * @warning
84 * To be able to read the <b>Analog Input 37</b> of the micro-controller on which <b>FH</b> source code is ported, this function shall be invoked once by <b>RobotFramework</b> firstly\n
85 * In other words, before invoking <b>FH_AI_GetStatus_AI37</b> function from <b>RobotFramework</b>, this function shall be invoked in order to initialize the Analog Input
128 DeviceAddress_01 => It shall be equal to the address of the device: FH_RFCommunication_DeviceAddress
129 Function_AI => It is the function in the message frame
130 AI_Commands_GetStatus => It is the command of the function in the message frame
131 @endverbatim
132 *
133 *
134 * @warning
135 * To be able to read the <b>Analog Input 37</b> of the micro-controller on which <b>FH</b> source code is ported, the <b>FH_AI_Init_AI37</b> function shall be invoked once by <b>RobotFramework</b> firstly\n
136 * In other words, before invoking <b>FH_AI_GetStatus_AI37</b> function from <b>RobotFramework</b>, <b>FH_AI_Init_AI37</b> function shall be invoked in order to initialize the Analog Input