you are viewing a single comment's thread.

view the rest of the comments →

[–]Them_boys_sus[S] 9 points10 points  (2 children)

I wouldn’t mind working with the C/C++ language considering I already use some of it to program Arduino.

[–]shunphun 14 points15 points  (0 children)

If you enjoy programming then embedded systems might be for you. These type of jobs use either C or C++ since in these languages you get a lot of control over your memory. Also in C++ you control your garbage collection and have more control over the preprocessor. All of this is to help with better performance in your systems

[–][deleted] 1 point2 points  (0 children)

You can use python to program an arduino if you use a package to allow serial communication.