Arduino programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Arduino programming?

how it is

17th Sep 2017, 9:27 AM
Thidas Sankaja
Thidas Sankaja - avatar
4 Answers
+ 7
It's basically C++ with standard libraries for accessing hardware devices. Also, you don't define a main() function, but rather two functions, one is setup() which is called once to setup your program, and another one called loop() which is called continuously in an endless loop. And the filename extension is .ino, not .cpp.
17th Sep 2017, 10:11 AM
Udi Finkelstein
Udi Finkelstein - avatar
+ 4
http://www.oomlout.com/a/products/ardx/
2nd Nov 2017, 6:44 PM
seamiki
seamiki - avatar
+ 2
it use c , with little build-in function.
21st Mar 2018, 6:50 AM
Elgan Poiska
Elgan Poiska - avatar