0
Which language is good for programming an arduino & is it possible for me to use this app or if not then which is the best app?
Arduino programming
4 Respuestas
+ 1
https://www.arduino.cc/en/Tutorial/HomePage?from=Main.Tutorials
i heard arduino use similar syntax to C/C++ maybe you can learn some basic of it here
+ 6
You can use both C and C++ syntax (and functions) in arduino. The build process (which is done by the arduino IDE automatically) is a bit different. It is explained in detail here:
https://github.com/arduino/Arduino/wiki/Build-Process
So, yes. It makes sense to both finish the C and the C++ course on sololearn if you want to program an arduino. But additionally you should do a course where the board itself is explained (input, output, pins etc.). There are nice online resources for testing arduino circuits like fritzing and tinkercad btw. So you don't even need an arduino for taking your first steps.
+ 1
Hi,
I bought an Arduino before I learned any programming and learned to program it from "Arduino for Dummies", a great book.
But I recommend C or C++ for the Arduino.
Good luck!
0
Thanks so much for the website 😊.I got the app but there are just too many MBs for my phone.