Ternary Operator versus the if/else statement …
When I’m teaching “C Programming for Embedded Systems”, I’m often asked whether the ternary operator should be used or an…
Jacob's Blog
Tag Archives: optimization
When I’m teaching “C Programming for Embedded Systems”, I’m often asked whether the ternary operator should be used or an…
Embedded software development is usually performed under severe resource constraints not only from a business stand-point but from the microcontroller…
When it comes time to start optimizing an embedded device for energy consumption it is often really tempting to start…