+ 3
Which?
To learn how to code Arduino is better to learn first C# and then C++, first C++ and then C# or other languages? And C?
4 Respuestas
+ 2
Arduino is primarily programmed in C++ with some limited support, so I think learning C++ first is a better idea, if you want to code it.
You can read the Arduino language reference here:
https://www.arduino.cc/reference/en/
You can test some ideas online with arduino simulators like this: https://circuits.io/
You can also download the IDE and see some code samples, or just use the online.
There's lots of tools for programming Arduino. If you do some research, you'll find lots of them
+ 1
Tanks Maicon
+ 1
You're welcome :)