IAR-YT-HEAT/APP/inc/protocol.h

21 lines
437 B
C
Raw Normal View History

/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __PROTOCOL_H__
#define __PROTOCOL_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "receive_data.h"
void read_and_process_485_data(uart_device_info *device);
#ifdef __cplusplus
}
#endif
#endif /* __PROTOCOL_H__ */