Common Software Engineering Methods in Embedded Development

Common Software Engineering Methods in Embedded Development

Hello everyone, I am the Mixed Cuisine Master. What are the common software engineering methods in embedded development? Below, I have summarized some methods that I hope will help you in your learning and work. 1. Object-Oriented Programming (OOP) Although C is not an object-oriented programming language, with some programming techniques, we can achieve the … Read more

Hardcore Technologies in Embedded Development

Hardcore Technologies in Embedded Development

Source | Embedded Miscellaneous Today, I will share some hardcore development content in embedded development. 1. Object-Oriented Programming (OOP) Although C is not an object-oriented programming language, with some programming techniques, it is possible to achieve the core features of Object-Oriented Programming (OOP), such as encapsulation, inheritance, and polymorphism. 1. Encapsulation Encapsulation is the bundling … Read more