-->
Page 1 of 2

Docs for Arduino-like sketch language for the ESP8266?

PostPosted: Fri Jan 20, 2017 6:17 pm
by DonFrench
Does documentation exist for the Arduino-like Sketch language for the ESP8266? I can't find a reference document but I assume there is one. I am trying to figure out how to write some interrupt processing code for example, and would like to read up on it. Where do I find the docs?

Re: Docs for Arduino-like sketch language for the ESP8266?

PostPosted: Fri Jan 20, 2017 8:45 pm
by rudy
https://www.arduino.cc/en/Reference/HomePage

http://links2004.github.io/Arduino/index.html

https://github.com/esp8266/Arduino

There really isn't an Arduino language. It is a C++ with a bunch of libraries in a framework that makes it easy for people to get started.

Re: Docs for Arduino-like sketch language for the ESP8266?

PostPosted: Sat Jan 21, 2017 12:37 am
by DonFrench
I understand, but there are differences between Arduino and ESP8266 that are reflected in the language - at least in the libraries. Where can I find the documentation on the 8266 libraries?

Re: Docs for Arduino-like sketch language for the ESP8266?

PostPosted: Sat Jan 21, 2017 9:42 am
by martinayotte
A bit of more search on the links provided above would have land you for example here :
https://github.com/esp8266/Arduino/blob ... braries.md