Which is the most used programming language for Arduino ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which is the most used programming language for Arduino ?

Arduino Programming

5th Apr 2017, 12:35 PM
nertil
nertil - avatar
2 Answers
+ 4
You can use c++, c and AVR assembler code to program the Microcontroller(MCU). If you develop a communication protocol for your MCU, you can use any pogram to leverage that protocol from an external device. A common example for this is loading the firmata firmware and have some external programs communicating via serial port using the firmata protocol. Don't expect to program the MCU directly in JavaScript, Java nor Python.
10th Apr 2017, 5:30 PM
seamiki
seamiki - avatar
+ 1
The most used language are c++ or javascript
5th Apr 2017, 12:59 PM
Emanuele Di Bella
Emanuele Di Bella - avatar