@@ -25,6 +25,7 @@ Tested on the following microcontrollers:
- Arduino Micro
- ATtiny85
- ESP8266 (Node MCU v2.0)
+ - Teensy (tested on Teensy 3.6)
For detailed functionality overview please refer to TaskScheduler documentation in the 'extras' folder.
=======================================================================================================
@@ -23,6 +23,7 @@ Scheduling overhead: between `15` and `18` microseconds per scheduling pass (Ard
* Arduino Micro
* ATtiny85
* ESP8266 (Node MCU v2.0)
+* Teensy (tested on Teensy 3.6)
---
### [Changelog:](https://github.com/arkhipenko/TaskScheduler/wiki/Changelog)
Version|Version 1|Version 2
@@ -16,7 +16,7 @@
"maintainer": true
}
],
- "version": "2.5.0",
+ "version": "2.5.1",
"frameworks": "arduino",
"platforms": "*"
@@ -1,5 +1,5 @@
name=TaskScheduler
-version=2.5.0
+version=2.5.1
author=Anatoli Arkhipenko <arkhipenko@hotmail.com>
maintainer=Anatoli Arkhipenko <arkhipenko@hotmail.com>
sentence=A light-weight cooperative multitasking library for arduino and esp8266 microcontrollers.