|
|
@@ -1,5 +1,5 @@
|
|
|
Task Scheduler – cooperative multitasking for Arduino and ESP8266 microcontrollers
|
|
|
-Version 2.3.0: 2017-02-24
|
|
|
+Version 2.5.0: 2017-04-27
|
|
|
|
|
|
If you find TaskScheduler useful for your Arduino project, please drop me an email: arkhipenko@hotmail.com
|
|
|
----------------------------------------------------------------------------------------------------------
|
|
|
@@ -70,6 +70,14 @@ Check out what TaskScheduler can do:
|
|
|
|
|
|
Changelog:
|
|
|
=========
|
|
|
+v2.5.0:
|
|
|
+ 2017-04-27 - added optional support for std::functions via _TASK_STD_FUNCTION define
|
|
|
+ (Contributed by Edwin van Leeuwen [BlackEdder - https://github.com/BlackEdder)
|
|
|
+
|
|
|
+v2.4.0:
|
|
|
+ 2017-04-27 - added destructor to the Task class to ensure tasks are disables and taken off the execution chain
|
|
|
+ upon destruction. (Contributed by Edwin van Leeuwen [BlackEdder - https://github.com/BlackEdder)
|
|
|
+
|
|
|
v2.3.0:
|
|
|
2017-02-24 - new timeUntilNextIteration() method within Scheduler class - inquire when a particlar task is
|
|
|
scheduled to run next time
|