Introduction This article is the second in a small series of articles that explain how object-oriented programming (OOP) can be applied in C in embedded software projects. In the previous article I explained when and why it makes sense to apply the concept of objects in C, and how to implement them. Doing this makes […]