Computer Science

This category contains pragmatic information and solutions to some complex issues I have worked out by gluing bits of information gleaned from technical sites like Stack Overflow.


Arduino – Scheduler and Pub/Sub Libraries

Arduino setup() and loop() functions make writing simple programs easy. However, for complicated programs the code can become hard to organize and understand. The Scheduler and Publisher/Subscriber libraries improve code readability, maintainability, extensibility and performance.