what language does arduino use

8 months ago 28
Nature

The Arduino programming language is based on C++. It is a subset of C/C++, and the code you write in the Arduino IDE is primarily in C++ with a few differences, such as the automatic inclusion of Arduino.h. The language is designed to be easy to use for beginners and professionals, and it is commonly used in projects involving robotics, home automation, and IoT applications

. The Arduino programming language can be divided into three main parts: functions, values (variables and constants), and structure