Skip to content

Releases: ivanseidel/DueTimer

v1.4.7

Choose a tag to compare

@ivanseidel ivanseidel released this 03 Jan 23:57

Simple fix for Arduino 1.6.7 version

v1.4.6

Choose a tag to compare

@ivanseidel ivanseidel released this 17 Jun 23:56

Fixed bestClock function.

Adapt to 1.5.x library specification

Choose a tag to compare

@ivanseidel ivanseidel released this 08 Apr 04:47
1.4.5

Adapt to 1.5.x specification

Fixed setFrequency

Choose a tag to compare

@ivanseidel ivanseidel released this 09 Dec 19:24
  1. 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().
  2. In bestClock(), the formula to compute the error was scaled to the divisor ratio for a more meaningful comparison.
  3. Encoding mistake generated by bad characters... (Version 1.4.3 was broken)

(Thanks to @chrishakim )

Version 1.4.1

Choose a tag to compare

@ivanseidel ivanseidel released this 26 Mar 10:48

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

Choose a tag to compare

@ivanseidel ivanseidel released this 20 Jul 14:47

Actually the basic Timer class working 100%.

Next versions will incorporate lot's of features.