+ 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
3 Respuestas
+ 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.
+ 3
C is the most commonly used for microcontrollers.
+ 1
You can also use BASIC for ATMega