Which language is use to program a microcontroller | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which language is use to program a microcontroller

I want to use a microcontroller to control a small car which can move forward and backward But i did not get the right information on internet please help me if you know anything about it And thanks for helping me

14th Jul 2017, 4:57 PM
$h@dow
$h@dow - avatar
3 Answers
+ 6
You can use a few different languages depending on what platform you're using to flash the microcontroller. For instance if you're using an Arduino with a ATmega328 microcontroller and Sketch you would usually use C or C++. Generally speaking assembly, C, C++ or other low level languages are the primary languages used. Ocassionaly a subset of an interpreted language or bytecode/VM language may be used.
14th Jul 2017, 5:15 PM
ChaoticDawg
ChaoticDawg - avatar
+ 3
C is the most commonly used for microcontrollers.
14th Jul 2017, 5:04 PM
aklex
aklex - avatar
+ 1
You can also use BASIC for ATMega
14th Jul 2017, 7:01 PM
Ali Rashidi
Ali Rashidi - avatar