esp8266(6222).h 270 B

123456789101112131415161718
  1. /*
  2. * esp8266.h
  3. *
  4. * Created on: Jul 9, 2019
  5. * Author: parkyj
  6. */
  7. #ifndef ESP8266_H_
  8. #define ESP8266_H_
  9. #include "main.h"
  10. uint8_t ESP8266_Strindex(uint8_t* str);
  11. void ESP8266_Initialize(void);
  12. uint8_t ESP8266_StrFilter(uint8_t* str);
  13. #endif /* ESP8266_H_ */