Skip to content

cy-elec/LAT8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAT8266

Light-weight Interface for the ESP8266
With this library you can interact with the ESP8266 over UART to perform actions like: Connecting to WiFi in STA or AP mode, HTTP requests

Can be directly importet to the ArduinoIDE

To import this library, download the latest release of the LAT8266.zip file and add it to the ArduinoIDE under "Sketch->Include Library->Add .ZIP Library...".

This library depends on following external libraries:

  • Arduino.h
  • ESP8266WiFi.h
  • ESP8266mDNS.h
  • ESPAsyncWebServer.h