Releases: ivanseidel/DueTimer
Releases · ivanseidel/DueTimer
v1.4.7
v1.4.6
Fixed bestClock
function.
Adapt to 1.5.x library specification
1.4.5 Adapt to 1.5.x specification
Fixed setFrequency
- In setFrequency(), _frequency[timer] is stored as the actual frequency rather than the desired frequency. This change is propagated to setPeriod(), which calls setFrequency(). This affects the values returned by getFrequency() and getPeriod().
- In bestClock(), the formula to compute the error was scaled to the divisor ratio for a more meaningful comparison.
- Encoding mistake generated by bad characters... (Version 1.4.3 was broken)
(Thanks to @chrishakim )
Version 1.4.1
Compatibility with Servo.h
Because Servo Library uses the same callbacks of DueTimer, we provides a custom solution for working with both of them. However, Timers 0,2,3,4 and 5 will not Work anymore.
You will need uncommend the line in DueTimer.h
in DueTimer
folder inside the Libraries
folder. Uncomment the following line in DueTimer.h
:
#define USING_SERVO_LIB true
Version 1.4
Actually the basic Timer class working 100%.
Next versions will incorporate lot's of features.