//############################################################################################################################################################################################################# #ifndef _INC_RSLINK_H_ #define _INC_RSLINK_H_ //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #include #include "SYSTEM.h" #include "USART1.h" #include "IDIBUS_IMPL.h" #include "MEMORY.h" //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- void RSLink_Init(); void RSLink_Handler(void); //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #endif // #ifndef _INC_RSLINK_H_ //#############################################################################################################################################################################################################