app_client_infomation.h 330 B

12345678910111213141516
  1. #ifndef __app_client_infomation_h__
  2. #define __app_client_infomation_h__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include <string.h>
  6. #include "sdk_common.h"
  7. #include "SEGGER_RTT.h"
  8. #include "usr_config.h"
  9. void app_client_infomation_Send(void);
  10. void app_client_infomation_Send_defineName(uint8_t name[],uint8_t lenth);
  11. #endif