Skip to content

zeroflow/Arduino_ESP8266

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 library

testing with Arduino UNO

Connection:

Connect the ESP8266's TX and RX to any Arduino I/O pin and define the ESP8266_RXPIN ESP8266_TXPIN to the SoftSerial's TX and RX pin number

When you want to output the debug information, please use DebugSerial. For example,

DebugSerial.println("hello");

the Defaul debug serial is Arduino's TX and RX pin

Modified by cutebomb(cutebomb@gmail.com) 2014/12/21

About

ESP8266 Arduino Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • Other 35.5%