8000 Releases · ivanseidel/DueTimer · GitHub
[go: up one dir, main page]

Skip to content

Releases: ivanseidel/DueTimer

v1.4.7

03 Jan 23:57

Choose a tag to compare

Simple fix for Arduino 1.6.7 version

v1.4.6

17 Jun 23:56

Choose a tag to compare

Fixed bestClock function.

Adapt to 1.5.x library specification

08 Apr 04:47

Choose a tag to compare

1.4.5

Adapt to 1.5.x specification

Fixed setFrequency

09 Dec 19:24

Choose a tag to compare

  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

26 Mar 10:48

Choose a tag to compare

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

20 Jul 14:47

Choose a tag to compare

Actually the basic Timer class working 100%.

Next versions will incorporate lot's of features.

0