+ 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.
7 Antworten
+ 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.
+ 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
+ 2
Arduinos are low-level circuits so they use C/C++ there are quite a few tutorials on the FAQ for arduino
+ 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.
+ 2
Wow thank you all for answering that way!
+ 2
C++, Scratch
+ 1
insan to say that here is a style of writing it's own what's the problems