-->
Page 3 of 4

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Sat Jan 27, 2018 5:53 pm
by mrburnette

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Sat Jan 27, 2018 8:01 pm
by rudy
EveningStarNM wrote:
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.

He is not looking for documentation, there is lots of that. What he wants is easy examples.

EveningStarNM wrote:Besides, some of Espressif's libraries are closed source. I don't think they would be happy if we decompiled them.

If you are squawking at having to read the the code to understand the Arduino code I seriously doubt that you would know what to do with decompiled code.

It is what it is. For the price, your complaints are hardly justified.

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Sat Mar 24, 2018 11:27 am
by EveningStarNM
mrburnette wrote:
... and my favorite: ESP8266-Arduino class reference

Ray


THANK YOU, MRBURNETTE! I hadn't seen that class reference link anywhere, and nothing I could produce with doxygen came out so well. I'm very grateful for that link. I'm just lucky that my grandkids won't be coming over and my significant other is out of town -- and that it's Saturday. I can spend all day on that page and have a good excuse for not finishing the "Honey Do" list she gave me. (You don't think I'll get in trouble, do you?)

Re: Availability of documention of ESP8266 API for Arduino C

PostPosted: Sat Mar 24, 2018 11:35 am
by EveningStarNM
rudy wrote: He is not looking for documentation, there is lots of that. What he wants is easy examples.



Actually, the best thing I've seen is MrBurnette's link to the ESP8266-Arduino class reference, http://docs.iteadstudio.com/ITEADLIB_Arduino_WeeESP8266/index.html. I didn't even know the WeeESP8266 library existed. I'm going to be playing with it all day. MrBurnette was very helpful.