2.0
No due date
83% complete
Code
- Fix bugs
- Implement base interface for timer (
BaseTimer
) - Change all methods to
virtual
(to allow overriden method) - Change
DueTimer
to extendsBaseTimer
and do propely implementation - Implement
PWM
Class that extendsDueTimer
- Implement
Servo
Class that extendsPWM
- Implement
CounterTimer
Class that extendsDueTimer
GitHub
- Enable the
Wiki
- Design a patt…
Code
- Fix bugs
- Implement base interface for timer (
BaseTimer
) - Change all methods to
virtual
(to allow overriden method) - Change
DueTimer
to extendsBaseTimer
and do propely implementation - Implement
PWM
Class that extendsDueTimer
- Implement
Servo
Class that extendsPWM
- Implement
CounterTimer
Class that extendsDueTimer
GitHub
- Enable the
Wiki
- Design a pattern to show classes (methods, attributes, inheritance...)
- Create
Servo
page - Create
PWM
page - Create
CounterTimer
page - Create
DueTimer
page - Create
BaseTimer
page