You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
210 B

  1. #pragma once
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <string.h>
  5. #include "driver/uart.h"
  6. void ble_uart_init(uart_port_t uart_num, int tx_io_num, int rx_io_num);
  7. void ble_receive(uart_port_t uart_num);