13 Apr, 2025 Timothy Adu Applying OOP Principles in (Embedded) C Introduction Why Bring OOP to C? Interface Definition Module Implementation Encapsulation … Read More
13 Apr, 2025 Timothy Adu Release Management - Practical Tips, Part I Release management in embedded software often ends up being an afterthought. I’ve definitely been … Read More
14 Aug, 2024 Timothy Adu C Function Pointers Overview Basic Concept Defining a Function Pointer Using a Function Pointer Conclusion … Read More