6 * Functions in this file, Call the related function in <b>FH_Functions</b>, Section <b>FH_UART</b> according to the first parameter of the Data in the message frame
7 *
8 * @attention <b>FH</b> user could left this file intact
39#if FH_UART_MaxPeripheralNumber > 0 // It is configurable in FH_DevicePeripherals.h
40
41/**
42 * @brief This function calls the related function in <b>FH_Functions</b>, Section <b>FH_UART</b> according to the first parameter of the Data in the message frame
43 *
44 * @param fh_RFCommunication_Message
45 * The message frame set by <b>RobotFramework</b>
61 B1 FF => Example data (0xB1, 0xFF) to be sent (or apart from the data to be sent, it may include some other data like ID, Filter, ... to be processed too, if need be) through the <b>UART 01</b>\n
62 DeviceAddress_01 => It shall be equal to the address of the device: FH_RFCommunication_DeviceAddress
63 Function_UART => It is the function in the message frame
64 UART_Commands_Send => It is the command of the function in the message frame