+ 1
Which language is enough for operating arduino and resberypi.
And robotics
4 Answers
+ 7
The C/C++ language is one of the most widely used programming languages in robotics. The Arduino microcontroller uses a programming language based on C and is a great way to learn the basics of this important language whilst doing hands-on robotics.
+ 2
For the Raspberry Pi, I've always just used Python.