|
|
|
|
|
by jpao79
3052 days ago
|
|
If you know C++ well, definitely recommend taking a look at embedded software/firmware development. If you look at an embedded project using a micro controller the embedded environment is still space constrained by available onboard flash and RAM. If you want to move up the stack and look at a raspberry pi/beaglebone type project, the development environment is very much 'DOS/Unix' command line application based with minimal requirements for browser stack development. An example might be the drive control for a self driving car or battery management for an EV car. |
|