Skip to content

Releases: StefanHerald/SimpleTiming

changed all names to SimpleTiming

Choose a tag to compare

@StefanHerald StefanHerald released this 08 Mar 10:28
v0.5.0

changed the names to SimpleTiming

added _getID()

Choose a tag to compare

@StefanHerald StefanHerald released this 06 Mar 14:52

simply added a helper function which makes it less likely for the Timing library to delete the wrong timer, if you have installed more than 255 timers during the run time

Made some small changes

Choose a tag to compare

@StefanHerald StefanHerald released this 05 Mar 18:36

Removed useless trims. A bug seems to sometimes occur to the very first item of the array, where it is set to 0. I do not know why and Serial cannot tell me.

onRemove functions

Choose a tag to compare

@StefanHerald StefanHerald released this 02 Mar 14:53

Added onRemove functions to the structs used to create the list. This should allow for more functionality. Also added functions to remove without triggering the onRemove of the timers.

fixed an issue with the 'infinte' timer

Choose a tag to compare

@StefanHerald StefanHerald released this 28 Feb 14:20

The timer is now truly infinite. Accidentally checked for 0 as well, meaning the only time it would not count it, was if repeats was both 255 and 0.

small change

Choose a tag to compare

@StefanHerald StefanHerald released this 28 Feb 13:03

changed _Change such that it is crash safe when a timer removes either itself or another timer.

releasing my simply library made for a project at uni

Choose a tag to compare

@StefanHerald StefanHerald released this 24 Feb 14:49
a15f06d

A simple timing structure, to create non-blocking timers which can be erased by themselves, using the listLib library of Luis Llamas.