Intermediate arduino programming using C++ classes
- Classes
- Multiple inheritance
- Pure virtual functions
- Linked lists
- Typical messy loop();
- Give classes control of their timing
- Give everyone a turn on the loop()
- Abstract common functionality
- So much abstraction
- Arduino the Object Way
- Multi-tasking the Arduino part 1 & part 3 (part 2 uses interrupts, not clock-watching)
- @brundage