Releases: ivanseidel/ArduinoThread
Releases · ivanseidel/ArduinoThread
2.1.1
New type of Thread: StaticThreadController
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
Fixed type of Time variables (now unsigned long
)
2.0.2
- 1.5.x library format implementation;
- Old Arduinos and ChipKit compatibility
- Fixed Version on
library.properties
2.0
- 1.5.x library format implementation;
- Old Arduinos and ChipKit compatibility