0
is golang good for microcontroler
i need good language for work with microcontroller
3 Réponses
+ 1
THANX
+ 1
In short: you can use almost any language these days for a microcontroller.
Longer answer: C/C++ and assembly are some of the most common choices. Go is not necessarily designed for microcontrollers but could potentially be compiled to your target platform.