+ 2
I want to learn about microcontrollers programming such as pic10f for various DIY prototype what language should I learn?
6 ответов
+ 7
Assembler would be one.
+ 6
C will be a good option.
+ 4
C
+ 3
learn python firstly.You can develop anything with this language;
+ 2
i think c or c++ should do
- 2
python if you want to get some quick results, and easier to learn ( but least performant)
C++ if you want high performance, it is harder than py and easier than ASM
Assembly if you want the best performance (closest to hardware) but is most difficult