app_at.h 166 B

1234567891011
  1. #ifndef _APP_AT_H
  2. #define _APP_AT_H
  3. #include <stdint.h>
  4. void app_at_cmd_recv_handler(uint8_t *data, uint16_t length);
  5. void app_at_init(void);
  6. #endif //_APP_AT_H