<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/TaskScheduler, branch v1.8.1</title>
<subtitle>Cooperative multitasking for arduino microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=v1.8.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=v1.8.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/'/>
<updated>2015-10-23T03:17:45+00:00</updated>
<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>
<entry>
<title>TaskScheduler v1.7.0 with the following changes:</title>
<updated>2015-10-14T00:18:23+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-10-14T00:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=07b0a9e49fd4c918821099aec940d0927c3f9ff5'/>
<id>urn:sha1:07b0a9e49fd4c918821099aec940d0927c3f9ff5</id>
<content type='text'>
 * introduced callback run counter - callback functions can branch on the
   iteration number
 * enableIfNot() - enable a task only if it is not already enabled.
   Returns true if was already enabled, false if was disabled
 * disable() returns previous enable state (true if was enabled, false if
   was already disabled)
 * introduced callback functions "on enable" and "on disable". On enable
   runs every time enable is called, on disable runs only if task was
   enabled
 * new Task method: forceNextIteration() - makes next iteration happen
   immediately during the next pass regardless how much time is left
</content>
</entry>
<entry>
<title>Updated library to be arduino 1.5 comliant</title>
<updated>2015-10-01T13:34:10+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-10-01T13:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=332d0cf661ff7d86640773168113ffe5e47de505'/>
<id>urn:sha1:332d0cf661ff7d86640773168113ffe5e47de505</id>
<content type='text'>
* Included library.properties file
* Updated version numbers to be semver compliant
* Tagged lib files with the version number
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2015-09-23T01:36:02+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-23T01:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=1efab7eae2d24629f819e4b0ae5aa7aa0b7bcf43'/>
<id>urn:sha1:1efab7eae2d24629f819e4b0ae5aa7aa0b7bcf43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2 from arkhipenko/disable-on-last-iteration</title>
<updated>2015-09-23T01:34:41+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-23T01:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=82bd27b8924523e40fcf4383437303a814784da2'/>
<id>urn:sha1:82bd27b8924523e40fcf4383437303a814784da2</id>
<content type='text'>
Adding "Always disable on last iteration" to master</content>
</entry>
<entry>
<title>Always disable on last iteration</title>
<updated>2015-09-22T21:27:38+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-22T21:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=85887bbafa7f9494d4f736cc4f1ec065062c6dd0'/>
<id>urn:sha1:85887bbafa7f9494d4f736cc4f1ec065062c6dd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue1 fix</title>
<updated>2015-09-22T21:03:03+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-22T21:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=5d6cb5f626bd2b692071f4fe13a281fb15a45cd0'/>
<id>urn:sha1:5d6cb5f626bd2b692071f4fe13a281fb15a45cd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version_1.51</title>
<updated>2015-09-22T03:07:17+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-22T03:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=b17123e08aa575e2cc096c0b7818695c2f6cd163'/>
<id>urn:sha1:b17123e08aa575e2cc096c0b7818695c2f6cd163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version_1.51</title>
<updated>2015-09-22T03:06:43+00:00</updated>
<author>
<name>Anatoli Arkhipenko</name>
<email>arkhipenko@hotmail.com</email>
</author>
<published>2015-09-22T03:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/commit/?id=ec41c0c541079ff213083c31c9846a389cfbded5'/>
<id>urn:sha1:ec41c0c541079ff213083c31c9846a389cfbded5</id>
<content type='text'>
</content>
</entry>
</feed>
