bsp_esb.h 201 B

12345678910
  1. #ifndef __bsp_esb_h__
  2. #define __bsp_esb_h__
  3. #include "main.h"
  4. #define ESP_MAX_DATA_LEN 64 //Êý¾Ý°ü×î´ó³¤¶È
  5. uint32_t bsp_esb_init(void);
  6. uint32_t bsp_esb_send(uint8_t * pdat, uint8_t len);
  7. #endif