MXC-A36_2024.04.18/fr3092_mcu/examples/application/bootloader/Inc/app_at.h

15 lines
283 B
C
Raw Normal View History

2024-04-17 19:45:26 +08:00
#ifndef _APP_AT_H
#define _APP_AT_H
#include <stdint.h>
#include "driver_uart.h"
void app_at_cmd_recv_handler(uint8_t *data, uint16_t length);
void app_at_rx_done(struct __UART_HandleTypeDef *handle);
void app_at_init(struct __UART_HandleTypeDef *handle);
#endif // _APP_AT_H