-->
Page 1 of 4

Availability of documention of ESP8266 API for Arduino Core

PostPosted: Sun May 07, 2017 3:29 am
by EveningStarNM
I'm looking for complete documentation for the ESP8266 libraries for Arduino Core, as used in the Arduino IDE. The tutorial documentation (such as, for instance, for the ESP8266WIFI library, as found at http://www.esp8266.com/wiki/doku.php)) is not complete, and doxygen-derived "documentation" is hardly adequate.

I'm looking for a complete list of public functions, classes, constants, etc. to use as a reference for programming the ESP8266 using the Arduino IDE. Is such documentation available?

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Mon May 08, 2017 8:28 am
by martinayotte

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Mon May 08, 2017 11:05 am
by rudy
EveningStarNM wrote:I'm looking for a complete list of public functions, classes, constants, etc. to use as a reference for programming the ESP8266 using the Arduino IDE. Is such documentation available?

There is no complete documentation package. Lots is available but if you want everything then you need to look at the code. And that does change in time.

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Mon May 08, 2017 9:30 pm
by EveningStarNM
martinayotte wrote:Did you looked at the following links ?

https://github.com/esp8266/Arduino
https://github.com/esp8266/Arduino#documentation


Yes, I've been all over it. I'm hoping to find for more than sample code and a beginner's guide.