
C++ Templates for Embedded Code (Part 2)
Posted on 2019-07-27— C++, Improve your Code, Learn
I continue exploring C++ templates for embedded systems, showing template classes, pin abstraction, and combining Sender and Pin examples to reduce firmware size and improve code clarity. I explain static methods, type aliases, and trade-offs between runtime flexibility and efficiency. Read the full post to see code and assembly comparisons.








