uart_interface.h 168 B

12345678910
  1. #ifndef UART_INTERFACE_H
  2. #define UART_INTERFACE_H
  3. #include "esp_common.h"
  4. void process_command(uint8_t *str);
  5. void uart0_rx_intr_handler_ideasX(void *para);
  6. #endif