<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/TaskScheduler/src, branch v1.9.0</title>
<subtitle>Cooperative multitasking for arduino microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=v1.9.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=v1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/'/>
<updated>2015-12-14T20:20:28+00:00</updated>
<entry>
<title>Reverting back to version 1.9.0 due to problem with delayed methods</title>
<updated>2015-12-14T20:20:28+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-12-14T20:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=e5efbec02aabb328444951677326870bfc1a2b7c'/>
<id>urn:sha1:e5efbec02aabb328444951677326870bfc1a2b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v1.9.1 _TASK_ROLLOVER_FIX is deprecated (not necessary)</title>
<updated>2015-12-01T14:52:20+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-12-01T14:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=f21f9b095e98a964d93b0292b2690c18b1b6dc48'/>
<id>urn:sha1:f21f9b095e98a964d93b0292b2690c18b1b6dc48</id>
<content type='text'>
 * _TASK_ROLLOVER_FIX is deprecated (not necessary)
</content>
</entry>
<entry>
<title>Obsoleted _TASK_ROLLOVER_FIX</title>
<updated>2015-11-29T02:00:54+00:00</updated>
<author>
<name>Jim Foster</name>
<email>jimatgithub@gmail.com</email>
</author>
<published>2015-11-29T02:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=08a0ee9dc843dafc374e6fcbe9ffb46d8d0ba8f5'/>
<id>urn:sha1:08a0ee9dc843dafc374e6fcbe9ffb46d8d0ba8f5</id>
<content type='text'>
Based upon http://arduino.stackexchange.com/a/12588/10648, the extra
code for _TASK_ROLLOVER_FIX should not be needed if the math is done
slightly different. I updated the code and did some quick tests and it
appears correct. Example #6 returns the same values for IDLE, but a few
less ms when not compiled with IDLE. Using the setMillis() function in
the SO posting, I did some quick tests with Example #2. using
setMillis(-3000) sets the millis() value to 3 seconds before rollover.
Task #1 gets an extra catch-up hit, but not Task #2. But, it works the
same as the original code though when using setMillis(-3000).
</content>
</entry>
<entry>
<title>v1.9.0 Size and performance improvements</title>
<updated>2015-11-26T14:55:11+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-11-26T14:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=c07b4b58921bd3e6d91d8195809fadf292fc80a1'/>
<id>urn:sha1:c07b4b58921bd3e6d91d8195809fadf292fc80a1</id>
<content type='text'>
 * packed three byte-long status variables into one byte-long bit array structure data type - saving 2 bytes per each task instance
</content>
</entry>
<entry>
<title>v1.8.5 bug fixes</title>
<updated>2015-11-24T15:28:40+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-11-24T15:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=9edbe90155b19267bfb0cc4439ee5216f0569ba9'/>
<id>urn:sha1:9edbe90155b19267bfb0cc4439ee5216f0569ba9</id>
<content type='text'>
 * incorrect calculation of next task invocation in case callback changed the interval
 * Task::set() method calls setInterval() explicitly, therefore delaying the task in the same manner
</content>
</entry>
<entry>
<title>v1.8.4 bug fix and documentation update</title>
<updated>2015-11-18T16:19:32+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-11-18T16:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=85f6d7b0661035dbba835502129d487335872491'/>
<id>urn:sha1:85f6d7b0661035dbba835502129d487335872491</id>
<content type='text'>
 * bug fix: Task alignment with millis() for scheduling purposes should be done after OnEnable, not before. Especially since OnEnable method can change the interval
 * documentation update
</content>
</entry>
<entry>
<title>Version 1.8.3 number of addtions and improvements</title>
<updated>2015-11-14T22:46:16+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-11-14T22:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=dc152db48e325a5d03be0d48a07c119d97d11e59'/>
<id>urn:sha1:dc152db48e325a5d03be0d48a07c119d97d11e59</id>
<content type='text'>
 * support for task activation on a status request with arbitrary interval and number of iterations (0 and 1 are still default values)
 * implement waitForDelayed() method to allow task activation on the status request completion delayed for one current interval
 * added callback methods prototypes to all examples for Arduino IDE 1.6.6 compatibility
 * added several constants to be used as task parameters for readability (e.g, TASK_FOREVER, TASK_SECOND, etc.)
 * significant optimization of the scheduler's execute loop, including millis() rollover fix option
</content>
</entry>
<entry>
<title>TaskScheduler v1.8.2 Local Task Storage and bug fixes</title>
<updated>2015-11-03T18:59:13+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-10-30T03:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=ef2329bdeade723f560cd0f7e933c9f3119677f3'/>
<id>urn:sha1:ef2329bdeade723f560cd0f7e933c9f3119677f3</id>
<content type='text'>
 * implemented Local Task Storage Pointer (allow use of same callback code for different tasks)
 * bug fix: currentTask() method returns incorrect Task reference if called within OnEnable and OnDisable methods
 * protection against infinite loop in OnEnable (if enable() methods are called within OnEnable)
 * new currentLts() method in the scheduler class returns current task's LTS pointer in one call
</content>
</entry>
<entry>
<title>Support for taask IDs and Control Points</title>
<updated>2015-10-23T03:17:45+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-10-23T03:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=ccd1047d0286027ff98ee7f1dfdfa1f9d5e6e4e3'/>
<id>urn:sha1:ccd1047d0286027ff98ee7f1dfdfa1f9d5e6e4e3</id>
<content type='text'>
 * Automatically and manually assigned task IDs
 * Manually assigned Control Points within task's callback function
 * Updated existing examples
 * New example sketches
</content>
</entry>
<entry>
<title>TaskScheduler version 1.8.0 - added support for event completion signalling</title>
<updated>2015-10-16T03:37:01+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-10-16T03:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=bb20df9c654cbed77bb5007814ae06f20f08ec36'/>
<id>urn:sha1:bb20df9c654cbed77bb5007814ae06f20f08ec36</id>
<content type='text'>
 * Introduced option to compile with support for Status Rquests - ability to wait for and signal event completion
 * Moved all code to one header file allowing control at compile time via #define statments.
</content>
</entry>
</feed>
