Chat freely about anything...

User avatar
By DonFrench
#61290 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?
User avatar
By rudy
#61294 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.