Skip to content

Releases: ivanseidel/ArduinoThread

2.1.1

Choose a tag to compare

@ivanseidel ivanseidel released this 16 May 01:48
  • Fixes start time

New type of Thread: StaticThreadController

Choose a tag to compare

@ivanseidel ivanseidel released this 06 Sep 15:58

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

Choose a tag to compare

@ivanseidel ivanseidel released this 17 Jun 23:59

Fixed type of Time variables (now unsigned long)

2.0.2

Choose a tag to compare

@ivanseidel ivanseidel released this 08 Apr 23:07
  • 1.5.x library format implementation;
  • Old Arduinos and ChipKit compatibility
  • Fixed Version on library.properties

2.0

2.0

Choose a tag to compare

@ivanseidel ivanseidel released this 08 Apr 04:22
  • 1.5.x library format implementation;
  • Old Arduinos and ChipKit compatibility