INTRODUCTION OF ARDUINO LANGUAGE.
Arduino uses a variant of the C++ programming language. The code is written in C++ with an addition of special methods and functions. Moreover, when you create a 'sketch' . it is processed and compiled to machine language.
- Arduino programming language.