0 votes
by (180 points)
What code does Arduino IDE use?

1 Answer

0 votes
by (1.3k points)
Arduino is programmed with a c/c++ 'dialect'. Most c/c++ will work but much of the standard libraries will not work. Many of the restrictions is made because of the little available RAM on the Arduino hardware.Dec 8, 2010');})();(function(){window.jsl.dh('10','');})();(function(){window.jsl.dh('_rQKeYOKjFtiU-gTInJT4Cg46','
');})();(function(){window.jsl.dh('12','
Arduino doesn't run either C or C++. It runs machine code compiled from either C, C++ or any other language that has a compiler for the Arduino instruction set.Aug 5, 2012
');})();(function(){window.jsl.dh('13','');})();(function(){window.jsl.dh('_rQKeYOKjFtiU-gTInJT4Cg50','
');})();(function(){window.jsl.dh('15','
Arduino uses its own programming language, which is similar to C++. However, it's possible to use Arduino with Python or another high-level programming language. In fact, platforms like Arduino work well with Python, especially for applications that require integration with sensors and other physical devices.

Related questions

0 votes
1 answer
asked Jul 9, 2021 by usearduino (180 points)
0 votes
1 answer
asked May 14, 2021 by cides (140 points)
0 votes
0 answers
asked May 9, 2021 by cides (140 points)
0 votes
1 answer
asked Jul 9, 2021 by notepad (200 points)
0 votes
1 answer
0 votes
1 answer
asked Jun 15, 2021 by usearduino (180 points)
0 votes
1 answer
asked May 21, 2021 by arduino (3.7k points)
0 votes
1 answer
asked Nov 28, 2019 by arduino (3.7k points)
0 votes
1 answer
...