EC600U_esp32_iap_uart/peripheral/inc/uart_demo.h
2024-02-05 17:39:56 +08:00

45 lines
1.2 KiB
C

/*=================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
WHEN WHO WHAT, WHERE, WHY
------------ ------- -------------------------------------------------------------------------------
=================================================================*/
#ifndef UART_DEMO_H
#define UART_DEMO_H
#ifdef __cplusplus
extern "C" {
#endif
/*===========================================================================
* Enumeration Definition
===========================================================================*/
/*===========================================================================
* Struct
===========================================================================*/
/*===========================================================================
* Functions declaration
===========================================================================*/
void ql_uart_app_init(void);
void ql_uart_rb_app_init(void);
#ifdef __cplusplus
} /*"C" */
#endif
#endif /* UART_DEMO_H */