No matter how wide spread and common place I believe embedded software best practices are, I continually come up against engineers and companies that are either just getting started or in such a frenzy that the basics get thrown out the window. Here are some basic best practices to keep in mind no matter how … Continue reading Embedded Basics – Back to basic best practices …
Tag: basics
Embedded Basics – The difference of ‘ ‘ and ” “
Embedded software developers commonly interface with low level sensors and have a good understanding of how to work with signed and unsigned types but when it comes to strings and character types, many developers are easily confused. Take for example using ‘v’ and “v” in a definition or as a function parameter. Many developers would … Continue reading Embedded Basics – The difference of ‘ ‘ and ” “