MXC_A39_20240320/SW/examples/application/bootloader/Inc/app_at.h

15 lines
283 B
C
Raw Normal View History

2024-03-07 16:46:43 +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