Post links and attach files for documentation here, also chat about these docs freely

User avatar
By EveningStarNM
#65670 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?
User avatar
By rudy
#65709
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.