
Language Reference | Arduino Documentation
Home / Programming / Language Reference Language Reference Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
Programming | Arduino Documentation
Learn all you need to know about the Arduino programming language as well as other compatible languages.
Getting Started with Arduino
Sep 26, 2025 · Visit the Arduino Language Reference to explore the full Arduino API. The Arduino API, aka the "Arduino Programming Language", consists of several functions, variables and structures …
Built-in Examples | Arduino Documentation
Learn the basics of Arduino through this collection tutorials. All code examples are available directly in all IDEs.
Tutorials | Arduino Documentation
Tutorials From beginner to Advanced: Traverse the Arduino Landscape with Confidence, Empowered by Tutorials Tailored to Sharpen Your Skills and Fuel Your Maker Spirit.
Arduino - Home
Learn Arduino What is a board, how do I write code to it, and what tools do I need to create my own project?
What is the language you type in the Arduino IDE?
Dec 8, 2010 · Is the language also just called "Arduino"? "Getting Started with Arduino" says it's an implementation of Processing, but I'm a little fuzzy on what that means exactly, except that it's based …
Arduino
Developed to allow you to play with Arduino electronics and programming in a shared, always-up-to-date environment. All the contributed libraries are automatically included, and new Arduino boards are …
Complete Reference for Arduino Programming Language
Apr 7, 2023 · Arduino is, in reality, C++. I highly recommend the “ The C++ Programming Language, Fourth Edition”, if you’re trying to get a deeper understanding of coding Arduino based boards.
Arduino Sketches | Arduino Documentation
Jan 25, 2022 · It's there for people reading the code: to explain what the program does, how it works, or why it's written the way it is. It's a good practice to comment your sketches, and to keep the …