Skip to content

Releases: ivanseidel/ArduinoThread

2.1.1

16 May 01:48

Choose a tag to compare

  • Fixes start time

New type of Thread: StaticThreadController

06 Sep 15:58

Choose a tag to compare

It is a simpler ThreadController, where Threads get's added to it during construction and can't be changed.

It is supposed to reduce the overhead, and also reduce memory.

v2.0.3

17 Jun 23:59

Choose a tag to compare

Fixed type of Time variables (now unsigned long)

2.0.2

08 Apr 23:07

Choose a tag to compare

  • 1.5.x library format implementation;
  • Old Arduinos and ChipKit compatibility
  • Fixed Version on library.properties

2.0

08 Apr 04:22

Choose a tag to compare

2.0
  • 1.5.x library format implementation;
  • Old Arduinos and ChipKit compatibility