esp8266(6038).h 228 B

12345678910111213141516
  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. #endif /* ESP8266_H_ */