You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1.2 KiB
16 lines
1.2 KiB
//#############################################################################################################################################################################################################
|
|
#ifndef _INC_RSLINK_H_
|
|
#define _INC_RSLINK_H_
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
#include <inttypes.h>
|
|
#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_
|
|
//#############################################################################################################################################################################################################
|