<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/TaskScheduler/extras/TaskScheduler_html.png, branch master</title>
<subtitle>Cooperative multitasking for arduino microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/TaskScheduler/'/>
<updated>2015-10-14T00:18:23+00:00</updated>
<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>
</feed>
