What language does Arduino use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What language does Arduino use?

I want to learn to program my Arduino. I know the very basics but I want to see tutorials of programming on it. Does anyone know which programming language does it use? Thanks.

5th Jun 2017, 9:07 PM
Álvaro Estévez López
Álvaro Estévez López - avatar
7 Answers
+ 4
Arduino has it's own language based in C. If you want to learn the basics you could try C++ course, but I recommend you to find an Arduino datasheet.
5th Jun 2017, 9:50 PM
Maria Zheng
Maria Zheng - avatar
+ 3
@Martin It's not pure C. In fact, in the Web you mention, it's explained. The Arduino language is merely a set of C/C++ functions that can be called from your code. Your sketch undergoes minor changes (e.g. automatic generation of function prototypes) and then is passed directly to a C/C++ compiler
6th Jun 2017, 11:43 AM
Maria Zheng
Maria Zheng - avatar
+ 2
Arduinos are low-level circuits so they use C/C++ there are quite a few tutorials on the FAQ for arduino
5th Jun 2017, 9:54 PM
caleb
caleb - avatar
+ 2
yeah I agree Maria Zheng arduino has its own language based on basic c programming languages I have worked on arduino I have made rc car using to module with arduino.
6th Jun 2017, 2:27 AM
Shyam Lal Chauhan
+ 2
Wow thank you all for answering that way!
6th Jun 2017, 7:45 PM
Álvaro Estévez López
Álvaro Estévez López - avatar
+ 2
C++, Scratch
11th Jun 2017, 5:15 PM
Алексей
Алексей - avatar
+ 1
insan to say that here is a style of writing it's own what's the problems
6th Jun 2017, 10:47 AM
Shyam Lal Chauhan