6 * <b>FH</b> user should set the device (or card) address here\n
7 *
8 * @attention There are a total number of <b>1 attention</b> (Attention 1) (<b>FH</b> user defined data) in this file where <b>FH</b> user shall insert some data\n
30 * <b>For more information refer to FreeHIL.com</b>
31 *
32*/
33/* Define to prevent recursive inclusion -------------------------------------*/
34#ifndef FH_DeviceAddress_H
35#define FH_DeviceAddress_H
36
37/*!
38 The micro-controller on which <b>FH</b> source code is ported, could be simply utilized in a <b>RS485 network</b>\n
39 In other word, multiple devices or multiple cards could be simply utilized where every device or every card has its own address\n
40 Address of the device (or card) for every device (or card) is set here\n
41
42 @attention
43 FH_RFCommunication_Message is the structure for receiving the message frame from <b>RobotFramework</b>\n
44 The first data in this structure is the <b>DeviceAddress</b>\n
45 If a message (from <b>RobotFramework</b>) with a different <b>DeviceAddress</b> than the one set here is received, it will be ignored and not processed
46
47 @note
48 If there is just one device (or card), there is no need for the <b>FH</b> user to change the default address which is already <b>0x01</b>\n
49 In this case, the address of the message in the message frame (in <b>RobotFramework</b>) shall be set to <b>01</b>