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.