VoltageRegulator only works with Timer16
deece — Sun, 18/09/2011 - 10:05pm
| Project: | MHVLib - An Efficiency Oriented Runtime Library for AVR Microcontrollers |
| Version: | 20110110 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | deece |
| Status: | closed |
Jump to:
Description
VoltageRegulator only works with Timer16. The timer classes need to be refactored to inherit from a parent class "Timer" which should define a generic interface suitable for all timers.
- Login or register to post comments
- Printer-friendly version



#1
deece — Mon, 21/05/2012 - 10:52pmIn R2, we have a generic timer class, and VoltageRegulator has been taught to honour te capabilities of the timer.