EC600U_esp32_iap_uart/EC600U_t2n/modbus-tcp.h

28 lines
491 B
C
Raw Normal View History

2024-02-05 17:39:56 +08:00
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __HELLOWERLOD_H
#define __HELLOWERLOD_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
/** @defgroup helloworld_Exported_Functions
* @{
*/
void HelloWorld_init(void);
/**
* @}
*/
#ifdef __cplusplus
}
#endif
#endif /* __HELLOWERLOD_H */
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/